#66ACD9

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

Shades of Malibu #66ACD9

Tints of Malibu #66ACD9

Color information

#66ACD9 (or 0x66ACD9) is unknown color: approx Malibu. HEX triplet: 66, AC and D9. RGB value is (102,172,217). Sum of RGB (Red+Green+Blue) = 102+172+217=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #66ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACD9 is #995326. Grayscale: #9B9B9B. Windows color (decimal): -10048295 or 14265446. OLE color: 14265446.

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

Color convert

RGB102172217-
CMYK0.530.2100.15
HSL203.48º60.21%62.55%-
HSV(B)203.48º53%85.1%-
XYZ32.7637.3471.13-
YUV156.2162.3189.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=20.77%
G=35.03%
B=44.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021722170.530.2100.15203.4860.2162.55
Hex66ACD935150Fcb3c3f
Octal14625433165250173137477
Binary11001101010110011011001110101101010111111001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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