#66AEDA

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

Shades of Malibu #66AEDA

Tints of Malibu #66AEDA

Color information

#66AEDA (or 0x66AEDA) is unknown color: approx Malibu. HEX triplet: 66, AE and DA. RGB value is (102,174,218). Sum of RGB (Red+Green+Blue) = 102+174+218=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #66AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEDA is #995125. Grayscale: #9D9D9D. Windows color (decimal): -10047782 or 14331494. OLE color: 14331494.

HSL color Cylindrical-coordinate representation of color #66AEDA: hue angle of 202.76º degrees, saturation: 0.61, 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 #66AEDA is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102174218-
CMYK0.530.2000.15
HSL202.76º61.05%62.75%-
HSV(B)202.76º53.21%85.49%-
XYZ33.2738.1671.94-
YUV157.49162.1588.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=20.65%
G=35.22%
B=44.13%

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
Decimal1021742180.530.2000.15202.7661.0562.75
Hex66AEDA35140Fcb3d3f
Octal14625633265240173137577
Binary11001101010111011011010110101101000111111001011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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