#A6CCEC

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

Shades of Sail #A6CCEC

Tints of Sail #A6CCEC

Color information

#A6CCEC (or 0xA6CCEC) is unknown color: approx Sail. HEX triplet: A6, CC and EC. RGB value is (166,204,236). Sum of RGB (Red+Green+Blue) = 166+204+236=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCEC is #593313. Grayscale: #C4C4C4. Windows color (decimal): -5845780 or 15518886. OLE color: 15518886.

HSL color Cylindrical-coordinate representation of color #A6CCEC: hue angle of 207.43º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6CCEC is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166204236-
CMYK0.300.1400.07
HSL207.43º64.81%78.82%-
HSV(B)207.43º29.66%92.55%-
XYZ52.4657.3587.66-
YUV196.29150.41106.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=27.39%
G=33.66%
B=38.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662042360.300.1400.07207.4364.8178.82
HexA6CCEC1EE07cf414f
Octal246314354361607317101117
Binary10100110110011001110110011110111001111100111110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCEC; }

 p { color: rgb(166,204,236); }

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

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

 a { background-color: rgb(166,204,236); }

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

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

 span { border-color: rgb(166,204,236); }

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