#ADD5EC

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

Shades of Sail #ADD5EC

Tints of Sail #ADD5EC

Color information

#ADD5EC (or 0xADD5EC) is unknown color: approx Sail. HEX triplet: AD, D5 and EC. RGB value is (173,213,236). Sum of RGB (Red+Green+Blue) = 173+213+236=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5EC is #522A13. Grayscale: #CBCBCB. Windows color (decimal): -5384724 or 15521197. OLE color: 15521197.

HSL color Cylindrical-coordinate representation of color #ADD5EC: hue angle of 201.9º 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 #ADD5EC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173213236-
CMYK0.270.1000.07
HSL201.9º62.38%80.2%-
HSV(B)201.9º26.69%92.55%-
XYZ56.1762.5388.47-
YUV203.66146.25106.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=27.81%
G=34.24%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732132360.270.1000.07201.962.3880.2
HexADD5EC1BA07ca3e50
Octal25532535433120731276120
Binary1010110111010101111011001101110100111110010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5EC; }

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

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

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

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

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

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

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

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