#66AFD5

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

Shades of Malibu #66AFD5

Tints of Malibu #66AFD5

Color information

#66AFD5 (or 0x66AFD5) is unknown color: approx Malibu. HEX triplet: 66, AF and D5. RGB value is (102,175,213). Sum of RGB (Red+Green+Blue) = 102+175+213=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #66AFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFD5 is #99502A. Grayscale: #9D9D9D. Windows color (decimal): -10047531 or 14004070. OLE color: 14004070.

HSL color Cylindrical-coordinate representation of color #66AFD5: hue angle of 200.54º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66AFD5 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102175213-
CMYK0.520.1800.16
HSL200.54º56.92%61.76%-
HSV(B)200.54º52.11%83.53%-
XYZ32.8238.2968.61-
YUV157.5159.3288.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.82%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=20.82%
G=35.71%
B=43.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021752130.520.1800.16200.5456.9261.76
Hex66AFD53412010c9393e
Octal14625732564220203117176
Binary110011010101111110101011101001001001000011001001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AFD5; }

 p { color: rgb(102,175,213); }

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

<style>
 a { background-color: #66AFD5; }

 a { background-color: rgb(102,175,213); }

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

<style>
 span { border-color: #66AFD5; }

 span { border-color: rgb(102,175,213); }

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