#A6CBEB

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

Shades of Sail #A6CBEB

Tints of Sail #A6CBEB

Color information

#A6CBEB (or 0xA6CBEB) is unknown color: approx Sail. HEX triplet: A6, CB and EB. RGB value is (166,203,235). Sum of RGB (Red+Green+Blue) = 166+203+235=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBEB is #593414. Grayscale: #C3C3C3. Windows color (decimal): -5846037 or 15453094. OLE color: 15453094.

HSL color Cylindrical-coordinate representation of color #A6CBEB: hue angle of 207.83º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6CBEB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166203235-
CMYK0.290.1400.08
HSL207.83º63.3%78.63%-
HSV(B)207.83º29.36%92.16%-
XYZ52.0856.8286.82-
YUV195.58150.24106.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.48%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=27.48%
G=33.61%
B=38.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662032350.290.1400.08207.8363.378.63
HexA6CBEB1DE08d03f4f
Octal246313353351601032077117
Binary10100110110010111110101111101111001000110100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBEB; }

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

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

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

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

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

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

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

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