#A8D0EE

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

Shades of Sail #A8D0EE

Tints of Sail #A8D0EE

Color information

#A8D0EE (or 0xA8D0EE) is unknown color: approx Sail. HEX triplet: A8, D0 and EE. RGB value is (168,208,238). Sum of RGB (Red+Green+Blue) = 168+208+238=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8D0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0EE is #572F11. Grayscale: #C7C7C7. Windows color (decimal): -5713682 or 15650984. OLE color: 15650984.

HSL color Cylindrical-coordinate representation of color #A8D0EE: hue angle of 205.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D0EE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168208238-
CMYK0.290.1300.07
HSL205.71º67.31%79.61%-
HSV(B)205.71º29.41%93.33%-
XYZ54.1459.6189.54-
YUV199.46149.75105.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.36%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=27.36%
G=33.88%
B=38.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682082380.290.1300.07205.7167.3179.61
HexA8D0EE1DD07ce4350
Octal250320356351507316103120
Binary10101000110100001110111011101110101111100111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D0EE; }

 p { color: rgb(168,208,238); }

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

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

 a { background-color: rgb(168,208,238); }

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

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

 span { border-color: rgb(168,208,238); }

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