#ADD3EC

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

Shades of Sail #ADD3EC

Tints of Sail #ADD3EC

Color information

#ADD3EC (or 0xADD3EC) is unknown color: approx Sail. HEX triplet: AD, D3 and EC. RGB value is (173,211,236). Sum of RGB (Red+Green+Blue) = 173+211+236=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3EC is #522C13. Grayscale: #CACACA. Windows color (decimal): -5385236 or 15520685. OLE color: 15520685.

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

Color convert

RGB173211236-
CMYK0.270.1100.07
HSL203.81º62.38%80.2%-
HSV(B)203.81º26.69%92.55%-
XYZ55.6761.5388.3-
YUV202.49146.91106.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=27.90%
G=34.03%
B=38.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732112360.270.1100.07203.8162.3880.2
HexADD3EC1BB07cc3e50
Octal25532335433130731476120
Binary1010110111010011111011001101110110111110011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3EC; }

 p { color: rgb(173,211,236); }

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

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

 a { background-color: rgb(173,211,236); }

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

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

 span { border-color: rgb(173,211,236); }

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