#A8D0EB

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

Shades of Sail #A8D0EB

Tints of Sail #A8D0EB

Color information

#A8D0EB (or 0xA8D0EB) is unknown color: approx Sail. HEX triplet: A8, D0 and EB. RGB value is (168,208,235). Sum of RGB (Red+Green+Blue) = 168+208+235=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0EB is #572F14. Grayscale: #C6C6C6. Windows color (decimal): -5713685 or 15454376. OLE color: 15454376.

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

Color convert

RGB168208235-
CMYK0.290.1100.08
HSL204.18º62.62%79.02%-
HSV(B)204.18º28.51%92.16%-
XYZ53.759.4387.24-
YUV199.12148.25105.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.50%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=27.50%
G=34.04%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682082350.290.1100.08204.1862.6279.02
HexA8D0EB1DB08cc3f4f
Octal250320353351301031477117
Binary10101000110100001110101111101101101000110011001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D0EB; }

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

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

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

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

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

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

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

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