#66AFD4

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

Shades of Malibu #66AFD4

Tints of Malibu #66AFD4

Color information

#66AFD4 (or 0x66AFD4) is unknown color: approx Malibu. HEX triplet: 66, AF and D4. RGB value is (102,175,212). Sum of RGB (Red+Green+Blue) = 102+175+212=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #66AFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFD4 is #99502B. Grayscale: #9D9D9D. Windows color (decimal): -10047532 or 13938534. OLE color: 13938534.

HSL color Cylindrical-coordinate representation of color #66AFD4: hue angle of 200.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66AFD4 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102175212-
CMYK0.520.1700.17
HSL200.18º56.12%61.57%-
HSV(B)200.18º51.89%83.14%-
XYZ32.6938.2467.94-
YUV157.39158.8288.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 212 (83.20% from 255) = 43.35%
R=20.86%
G=35.79%
B=43.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1021752120.520.1700.17200.1856.1261.57
Hex66AFD43411011c8383e
Octal14625732464210213107076
Binary110011010101111110101001101001000101000111001000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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