#A6CAEB

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

Shades of Sail #A6CAEB

Tints of Sail #A6CAEB

Color information

#A6CAEB (or 0xA6CAEB) is unknown color: approx Sail. HEX triplet: A6, CA and EB. RGB value is (166,202,235). Sum of RGB (Red+Green+Blue) = 166+202+235=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAEB is #593514. Grayscale: #C2C2C2. Windows color (decimal): -5846293 or 15452838. OLE color: 15452838.

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

Color convert

RGB166202235-
CMYK0.290.1400.08
HSL208.7º63.3%78.63%-
HSV(B)208.7º29.36%92.16%-
XYZ51.8456.3586.74-
YUV195150.57107.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.53%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=27.53%
G=33.50%
B=38.97%

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
Decimal1662022350.290.1400.08208.763.378.63
HexA6CAEB1DE08d13f4f
Octal246312353351601032177117
Binary10100110110010101110101111101111001000110100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAEB; }

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

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

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

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

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

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

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

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