#64C0D9

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

Shades of Malibu #64C0D9

Tints of Malibu #64C0D9

Color information

#64C0D9 (or 0x64C0D9) is unknown color: approx Malibu. HEX triplet: 64, C0 and D9. RGB value is (100,192,217). Sum of RGB (Red+Green+Blue) = 100+192+217=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #64C0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0D9 is #9B3F26. Grayscale: #A7A7A7. Windows color (decimal): -10174247 or 14270564. OLE color: 14270564.

HSL color Cylindrical-coordinate representation of color #64C0D9: hue angle of 192.82º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64C0D9 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100192217-
CMYK0.540.1200.15
HSL192.82º60.62%62.16%-
HSV(B)192.82º53.92%85.1%-
XYZ36.6345.4272.48-
YUV167.34156.0279.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=19.65%
G=37.72%
B=42.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001922170.540.1200.15192.8260.6262.16
Hex64C0D936C0Fc13d3e
Octal14430033166140173017576
Binary1100100110000001101100111011011000111111000001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,192,217); }

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

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

 a { background-color: rgb(100,192,217); }

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

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

 span { border-color: rgb(100,192,217); }

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