#64B2DE

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

Shades of Malibu #64B2DE

Tints of Malibu #64B2DE

Color information

#64B2DE (or 0x64B2DE) is unknown color: approx Malibu. HEX triplet: 64, B2 and DE. RGB value is (100,178,222). Sum of RGB (Red+Green+Blue) = 100+178+222=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #64B2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B2DE is #9B4D21. Grayscale: #9F9F9F. Windows color (decimal): -10177826 or 14594660. OLE color: 14594660.

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

Color convert

RGB100178222-
CMYK0.550.2000.13
HSL201.64º64.89%63.14%-
HSV(B)201.64º54.95%87.06%-
XYZ34.3639.8274.98-
YUV159.69163.1685.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=20%
G=35.6%
B=44.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001782220.550.2000.13201.6464.8963.14
Hex64B2DE37140Dca413f
Octal144262336672401531210177
Binary110010010110010110111101101111010001101110010101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,178,222); }

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

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

 a { background-color: rgb(100,178,222); }

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

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

 span { border-color: rgb(100,178,222); }

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