#A6CBEC

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

Shades of Sail #A6CBEC

Tints of Sail #A6CBEC

Color information

#A6CBEC (or 0xA6CBEC) is unknown color: approx Sail. HEX triplet: A6, CB and EC. RGB value is (166,203,236). Sum of RGB (Red+Green+Blue) = 166+203+236=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBEC is #593413. Grayscale: #C3C3C3. Windows color (decimal): -5846036 or 15518630. OLE color: 15518630.

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

Color convert

RGB166203236-
CMYK0.300.1400.07
HSL208.29º64.81%78.82%-
HSV(B)208.29º29.66%92.55%-
XYZ52.2256.8787.58-
YUV195.7150.74106.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=27.44%
G=33.55%
B=39.01%

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
Decimal1662032360.300.1400.07208.2964.8178.82
HexA6CBEC1EE07d0414f
Octal246313354361607320101117
Binary10100110110010111110110011110111001111101000010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBEC; }

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

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

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

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

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

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

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

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