#64C2EA

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

Shades of Malibu #64C2EA

Tints of Malibu #64C2EA

Color information

#64C2EA (or 0x64C2EA) is unknown color: approx Malibu. HEX triplet: 64, C2 and EA. RGB value is (100,194,234). Sum of RGB (Red+Green+Blue) = 100+194+234=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #64C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C2EA is #9B3D15. Grayscale: #AAAAAA. Windows color (decimal): -10173718 or 15385188. OLE color: 15385188.

HSL color Cylindrical-coordinate representation of color #64C2EA: hue angle of 197.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64C2EA is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100194234-
CMYK0.570.1700.08
HSL197.91º76.14%65.49%-
HSV(B)197.91º57.26%91.76%-
XYZ39.447.2384.88-
YUV170.45163.8677.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.94%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=18.94%
G=36.74%
B=44.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001942340.570.1700.08197.9176.1465.49
Hex64C2EA391108c64c41
Octal1443023527121010306114101
Binary1100100110000101110101011100110001010001100011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,194,234); }

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

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

 a { background-color: rgb(100,194,234); }

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

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

 span { border-color: rgb(100,194,234); }

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