#A6CEEE

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

Shades of Sail #A6CEEE

Tints of Sail #A6CEEE

Color information

#A6CEEE (or 0xA6CEEE) is unknown color: approx Sail. HEX triplet: A6, CE and EE. RGB value is (166,206,238). Sum of RGB (Red+Green+Blue) = 166+206+238=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEEE is #593111. Grayscale: #C5C5C5. Windows color (decimal): -5845266 or 15650470. OLE color: 15650470.

HSL color Cylindrical-coordinate representation of color #A6CEEE: hue angle of 206.67º degrees, saturation: 0.68, 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 #A6CEEE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166206238-
CMYK0.300.1300.07
HSL206.67º67.92%79.22%-
HSV(B)206.67º30.25%93.33%-
XYZ53.2358.4289.36-
YUV197.69150.75105.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=27.21%
G=33.77%
B=39.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662062380.300.1300.07206.6767.9279.22
HexA6CEEE1ED07cf444f
Octal246316356361507317104117
Binary10100110110011101110111011110110101111100111110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEEE; }

 p { color: rgb(166,206,238); }

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

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

 a { background-color: rgb(166,206,238); }

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

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

 span { border-color: rgb(166,206,238); }

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