#64C4DA

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

Shades of Malibu #64C4DA

Tints of Malibu #64C4DA

Color information

#64C4DA (or 0x64C4DA) is unknown color: approx Malibu. HEX triplet: 64, C4 and DA. RGB value is (100,196,218). Sum of RGB (Red+Green+Blue) = 100+196+218=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #64C4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C4DA is #9B3B25. Grayscale: #A9A9A9. Windows color (decimal): -10173222 or 14337124. OLE color: 14337124.

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

Color convert

RGB100196218-
CMYK0.540.1000.15
HSL191.19º61.46%62.35%-
HSV(B)191.19º54.13%85.49%-
XYZ37.6547.2573.47-
YUV169.8155.278.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.46%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=19.46%
G=38.13%
B=42.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001962180.540.1000.15191.1961.4662.35
Hex64C4DA36A0Fbf3d3e
Octal14430433266120172777576
Binary1100100110001001101101011011010100111110111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,196,218); }

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

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

 a { background-color: rgb(100,196,218); }

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

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

 span { border-color: rgb(100,196,218); }

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