#66ACD8

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

Shades of Malibu #66ACD8

Tints of Malibu #66ACD8

Color information

#66ACD8 (or 0x66ACD8) is unknown color: approx Malibu. HEX triplet: 66, AC and D8. RGB value is (102,172,216). Sum of RGB (Red+Green+Blue) = 102+172+216=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #66ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACD8 is #995327. Grayscale: #9B9B9B. Windows color (decimal): -10048296 or 14199910. OLE color: 14199910.

HSL color Cylindrical-coordinate representation of color #66ACD8: hue angle of 203.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66ACD8 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102172216-
CMYK0.530.2000.15
HSL203.16º59.38%62.35%-
HSV(B)203.16º52.78%84.71%-
XYZ32.6337.2970.44-
YUV156.09161.8189.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.82%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 216 (84.77% from 255) = 44.08%
R=20.82%
G=35.10%
B=44.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021722160.530.2000.15203.1659.3862.35
Hex66ACD835140Fcb3b3e
Octal14625433065240173137376
Binary11001101010110011011000110101101000111111001011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,216); }

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

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

 a { background-color: rgb(102,172,216); }

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

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

 span { border-color: rgb(102,172,216); }

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