#64BCF2

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

Shades of Malibu #64BCF2

Tints of Malibu #64BCF2

Color information

#64BCF2 (or 0x64BCF2) is unknown color: approx Malibu. HEX triplet: 64, BC and F2. RGB value is (100,188,242). Sum of RGB (Red+Green+Blue) = 100+188+242=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #64BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCF2 is #9B430D. Grayscale: #A7A7A7. Windows color (decimal): -10175246 or 15907940. OLE color: 15907940.

HSL color Cylindrical-coordinate representation of color #64BCF2: hue angle of 202.82º degrees, saturation: 0.85, 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 #64BCF2 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100188242-
CMYK0.590.2200.05
HSL202.82º84.52%67.06%-
HSV(B)202.82º58.68%94.9%-
XYZ39.2745.0990.64-
YUV167.84169.8579.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.87%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 242 (94.92% from 255) = 45.66%
R=18.87%
G=35.47%
B=45.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001882420.590.2200.05202.8284.5267.06
Hex64BCF23B1605cb5543
Octal144274362732605313125103
Binary110010010111100111100101110111011001011100101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,188,242); }

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

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

 a { background-color: rgb(100,188,242); }

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

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

 span { border-color: rgb(100,188,242); }

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