#64AFDD

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

Shades of Malibu #64AFDD

Tints of Malibu #64AFDD

Color information

#64AFDD (or 0x64AFDD) is unknown color: approx Malibu. HEX triplet: 64, AF and DD. RGB value is (100,175,221). Sum of RGB (Red+Green+Blue) = 100+175+221=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #64AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFDD is #9B5022. Grayscale: #9D9D9D. Windows color (decimal): -10178595 or 14528356. OLE color: 14528356.

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

Color convert

RGB100175221-
CMYK0.550.2100.13
HSL202.81º64.02%62.94%-
HSV(B)202.81º54.75%86.67%-
XYZ33.6438.5974.08-
YUV157.82163.6586.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=20.16%
G=35.28%
B=44.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001752210.550.2100.13202.8164.0262.94
Hex64AFDD37150Dcb403f
Octal144257335672501531310077
Binary110010010101111110111011101111010101101110010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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