#64C6EA

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

Shades of Malibu #64C6EA

Tints of Malibu #64C6EA

Color information

#64C6EA (or 0x64C6EA) is unknown color: approx Malibu. HEX triplet: 64, C6 and EA. RGB value is (100,198,234). Sum of RGB (Red+Green+Blue) = 100+198+234=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #64C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6EA is #9B3915. Grayscale: #ACACAC. Windows color (decimal): -10172694 or 15386212. OLE color: 15386212.

HSL color Cylindrical-coordinate representation of color #64C6EA: hue angle of 196.12º 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 #64C6EA is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100198234-
CMYK0.570.1500.08
HSL196.12º76.14%65.49%-
HSV(B)196.12º57.26%91.76%-
XYZ40.349.0485.18-
YUV172.8162.5376.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.80%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=18.80%
G=37.22%
B=43.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001982340.570.1500.08196.1276.1465.49
Hex64C6EA39F08c44c41
Octal1443063527117010304114101
Binary110010011000110111010101110011111010001100010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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