#64C3DB

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

Shades of Malibu #64C3DB

Tints of Malibu #64C3DB

Color information

#64C3DB (or 0x64C3DB) is unknown color: approx Malibu. HEX triplet: 64, C3 and DB. RGB value is (100,195,219). Sum of RGB (Red+Green+Blue) = 100+195+219=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #64C3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C3DB is #9B3C24. Grayscale: #A9A9A9. Windows color (decimal): -10173477 or 14402404. OLE color: 14402404.

HSL color Cylindrical-coordinate representation of color #64C3DB: hue angle of 192.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64C3DB is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100195219-
CMYK0.540.1100.14
HSL192.1º62.3%62.55%-
HSV(B)192.1º54.34%85.88%-
XYZ37.5646.8574.08-
YUV169.33156.0378.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.46%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=19.46%
G=37.94%
B=42.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001952190.540.1100.14192.162.362.55
Hex64C3DB36B0Ec03e3f
Octal14430333366130163007677
Binary1100100110000111101101111011010110111011000000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,219); }

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

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

 a { background-color: rgb(100,195,219); }

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

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

 span { border-color: rgb(100,195,219); }

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