#ADD2E8

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

Shades of Sail #ADD2E8

Tints of Sail #ADD2E8

Color information

#ADD2E8 (or 0xADD2E8) is unknown color: approx Sail. HEX triplet: AD, D2 and E8. RGB value is (173,210,232). Sum of RGB (Red+Green+Blue) = 173+210+232=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADD2E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2E8 is #522D17. Grayscale: #C9C9C9. Windows color (decimal): -5385496 or 15258285. OLE color: 15258285.

HSL color Cylindrical-coordinate representation of color #ADD2E8: hue angle of 202.37º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD2E8 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173210232-
CMYK0.250.0900.09
HSL202.37º56.19%79.41%-
HSV(B)202.37º25.43%90.98%-
XYZ54.8560.885.19-
YUV201.44145.24107.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 232 (91.02% from 255) = 37.72%
R=28.13%
G=34.15%
B=37.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732102320.250.0900.09202.3756.1979.41
HexADD2E819909ca384f
Octal255322350311101131270117
Binary10101101110100101110100011001100101001110010101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2E8; }

 p { color: rgb(173,210,232); }

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

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

 a { background-color: rgb(173,210,232); }

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

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

 span { border-color: rgb(173,210,232); }

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