#A6CBE1

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

Shades of Sail #A6CBE1

Tints of Sail #A6CBE1

Color information

#A6CBE1 (or 0xA6CBE1) is unknown color: approx Sail. HEX triplet: A6, CB and E1. RGB value is (166,203,225). Sum of RGB (Red+Green+Blue) = 166+203+225=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBE1 is #59341E. Grayscale: #C2C2C2. Windows color (decimal): -5846047 or 14797734. OLE color: 14797734.

HSL color Cylindrical-coordinate representation of color #A6CBE1: hue angle of 202.37º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CBE1 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166203225-
CMYK0.260.1000.12
HSL202.37º49.58%76.67%-
HSV(B)202.37º26.22%88.24%-
XYZ50.6756.2679.42-
YUV194.44145.24107.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=27.95%
G=34.18%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662032250.260.1000.12202.3749.5876.67
HexA6CBE11AA0Cca324d
Octal246313341321201431262115
Binary10100110110010111110000111010101001100110010101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBE1; }

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

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

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

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

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

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

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

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