#66ACEF

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

Shades of Malibu #66ACEF

Tints of Malibu #66ACEF

Color information

#66ACEF (or 0x66ACEF) is unknown color: approx Malibu. HEX triplet: 66, AC and EF. RGB value is (102,172,239). Sum of RGB (Red+Green+Blue) = 102+172+239=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #66ACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ACEF is #995310. Grayscale: #9E9E9E. Windows color (decimal): -10048273 or 15707238. OLE color: 15707238.

HSL color Cylindrical-coordinate representation of color #66ACEF: hue angle of 209.34º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ACEF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB102172239-
CMYK0.570.2800.06
HSL209.34º81.07%66.86%-
HSV(B)209.34º57.32%93.73%-
XYZ35.8138.5687.22-
YUV158.71173.3187.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.88%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 239 (93.75% from 255) = 46.59%
R=19.88%
G=33.53%
B=46.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1021722390.570.2800.06209.3481.0766.86
Hex66ACEF391C06d15143
Octal146254357713406321121103
Binary110011010101100111011111110011110001101101000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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