#66AED5

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

Shades of Malibu #66AED5

Tints of Malibu #66AED5

Color information

#66AED5 (or 0x66AED5) is unknown color: approx Malibu. HEX triplet: 66, AE and D5. RGB value is (102,174,213). Sum of RGB (Red+Green+Blue) = 102+174+213=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #66AED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AED5 is #99512A. Grayscale: #9C9C9C. Windows color (decimal): -10047787 or 14003814. OLE color: 14003814.

HSL color Cylindrical-coordinate representation of color #66AED5: hue angle of 201.08º 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 #66AED5 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102174213-
CMYK0.520.1800.16
HSL201.08º56.92%61.76%-
HSV(B)201.08º52.11%83.53%-
XYZ32.6337.968.55-
YUV156.92159.6588.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=20.86%
G=35.58%
B=43.56%

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
Decimal1021742130.520.1800.16201.0856.9261.76
Hex66AED53412010c9393e
Octal14625632564220203117176
Binary110011010101110110101011101001001001000011001001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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