#64BFDD

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

Shades of Malibu #64BFDD

Tints of Malibu #64BFDD

Color information

#64BFDD (or 0x64BFDD) is unknown color: approx Malibu. HEX triplet: 64, BF and DD. RGB value is (100,191,221). Sum of RGB (Red+Green+Blue) = 100+191+221=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #64BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFDD is #9B4022. Grayscale: #A7A7A7. Windows color (decimal): -10174499 or 14532452. OLE color: 14532452.

HSL color Cylindrical-coordinate representation of color #64BFDD: hue angle of 194.88º 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 #64BFDD is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100191221-
CMYK0.550.1400.13
HSL194.88º64.02%62.94%-
HSV(B)194.88º54.75%86.67%-
XYZ36.9445.1975.18-
YUV167.21158.3580.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.53%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=19.53%
G=37.30%
B=43.16%

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
Decimal1001912210.550.1400.13194.8864.0262.94
Hex64BFDD37E0Dc3403f
Octal144277335671601530310077
Binary11001001011111111011101110111111001101110000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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