#A8C8E1

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

Shades of Sail #A8C8E1

Tints of Sail #A8C8E1

Color information

#A8C8E1 (or 0xA8C8E1) is unknown color: approx Sail. HEX triplet: A8, C8 and E1. RGB value is (168,200,225). Sum of RGB (Red+Green+Blue) = 168+200+225=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #A8C8E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8E1 is #57371E. Grayscale: #C1C1C1. Windows color (decimal): -5715743 or 14796968. OLE color: 14796968.

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

Color convert

RGB168200225-
CMYK0.250.1100.12
HSL206.32º48.72%77.06%-
HSV(B)206.32º25.33%88.24%-
XYZ50.3955.0779.21-
YUV193.28145.9109.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.33%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=28.33%
G=33.73%
B=37.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682002250.250.1100.12206.3248.7277.06
HexA8C8E119B0Cce314d
Octal250310341311301431661115
Binary10101000110010001110000111001101101100110011101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C8E1; }

 p { color: rgb(168,200,225); }

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

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

 a { background-color: rgb(168,200,225); }

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

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

 span { border-color: rgb(168,200,225); }

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