#A6C8E5

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

Shades of Sail #A6C8E5

Tints of Sail #A6C8E5

Color information

#A6C8E5 (or 0xA6C8E5) is unknown color: approx Sail. HEX triplet: A6, C8 and E5. RGB value is (166,200,229). Sum of RGB (Red+Green+Blue) = 166+200+229=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6C8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8E5 is #59371A. Grayscale: #C0C0C0. Windows color (decimal): -5846811 or 15059110. OLE color: 15059110.

HSL color Cylindrical-coordinate representation of color #A6C8E5: hue angle of 207.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6C8E5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166200229-
CMYK0.280.1300.10
HSL207.62º54.78%77.45%-
HSV(B)207.62º27.51%89.8%-
XYZ50.5255.0782.1-
YUV193.14148.24108.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=27.90%
G=33.61%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662002290.280.1300.10207.6254.7877.45
HexA6C8E51CD0Ad0374d
Octal246310345341501232067115
Binary10100110110010001110010111100110101010110100001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C8E5; }

 p { color: rgb(166,200,229); }

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

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

 a { background-color: rgb(166,200,229); }

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

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

 span { border-color: rgb(166,200,229); }

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