#66AEDF

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

Shades of Malibu #66AEDF

Tints of Malibu #66AEDF

Color information

#66AEDF (or 0x66AEDF) is unknown color: approx Malibu. HEX triplet: 66, AE and DF. RGB value is (102,174,223). Sum of RGB (Red+Green+Blue) = 102+174+223=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #66AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEDF is #995120. Grayscale: #9D9D9D. Windows color (decimal): -10047777 or 14659174. OLE color: 14659174.

HSL color Cylindrical-coordinate representation of color #66AEDF: hue angle of 204.3º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66AEDF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102174223-
CMYK0.540.2200.13
HSL204.3º65.41%63.73%-
HSV(B)204.3º54.26%87.45%-
XYZ33.9338.4275.44-
YUV158.06164.6588.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=20.44%
G=34.87%
B=44.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021742230.540.2200.13204.365.4163.73
Hex66AEDF36160Dcc4140
Octal1462563376626015314101100
Binary1100110101011101101111111011010110011011100110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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