#64BDDD

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

Shades of Malibu #64BDDD

Tints of Malibu #64BDDD

Color information

#64BDDD (or 0x64BDDD) is unknown color: approx Malibu. HEX triplet: 64, BD and DD. RGB value is (100,189,221). Sum of RGB (Red+Green+Blue) = 100+189+221=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #64BDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDDD is #9B4222. Grayscale: #A5A5A5. Windows color (decimal): -10175011 or 14531940. OLE color: 14531940.

HSL color Cylindrical-coordinate representation of color #64BDDD: hue angle of 195.87º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BDDD is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100189221-
CMYK0.550.1400.13
HSL195.87º64.02%62.94%-
HSV(B)195.87º54.75%86.67%-
XYZ36.544.3275.04-
YUV166.04159.0180.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.61%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=19.61%
G=37.06%
B=43.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001892210.550.1400.13195.8764.0262.94
Hex64BDDD37E0Dc4403f
Octal144275335671601530410077
Binary11001001011110111011101110111111001101110001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,189,221); }

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

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

 a { background-color: rgb(100,189,221); }

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

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

 span { border-color: rgb(100,189,221); }

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