#64B7F1

Color #64B7F1 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #64B7F1

Tints of Malibu #64B7F1

Color information

#64B7F1 (or 0x64B7F1) is unknown color: approx Malibu. HEX triplet: 64, B7 and F1. RGB value is (100,183,241). Sum of RGB (Red+Green+Blue) = 100+183+241=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #64B7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7F1 is #9B480E. Grayscale: #A4A4A4. Windows color (decimal): -10176527 or 15841124. OLE color: 15841124.

HSL color Cylindrical-coordinate representation of color #64B7F1: hue angle of 204.68º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64B7F1 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100183241-
CMYK0.590.2400.05
HSL204.68º83.43%66.86%-
HSV(B)204.68º58.51%94.51%-
XYZ38.0742.9389.5-
YUV164.817181.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 19.08%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=19.08%
G=34.92%
B=45.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001832410.590.2400.05204.6883.4366.86
Hex64B7F13B1805cd5343
Octal144267361733005315123103
Binary110010010110111111100011110111100001011100110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64B7F1; }

 p { color: rgb(100,183,241); }

 H1.HeaderClassName
 {
   color: #64B7F1;
 }
 .AnyTagClassName
 {
   color: #64B7F1;
 }
</style>
background-color css

<style>
 a { background-color: #64B7F1; }

 a { background-color: rgb(100,183,241); }

 div.DivClassName
 {
   background-color: #64B7F1;
 }
 .BgClassName
 {
   background-color: #64B7F1;
 }
</style>
border-color css

<style>
 span { border-color: #64B7F1; }

 span { border-color: rgb(100,183,241); }

 td.TdClassName
 {
   border-color: #64B7F1;
 }
 .TagClassName
 {
   border-color: #64B7F1;
 }
</style>