#ADD5EE

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

Shades of Sail #ADD5EE

Tints of Sail #ADD5EE

Color information

#ADD5EE (or 0xADD5EE) is unknown color: approx Sail. HEX triplet: AD, D5 and EE. RGB value is (173,213,238). Sum of RGB (Red+Green+Blue) = 173+213+238=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5EE is #522A11. Grayscale: #CBCBCB. Windows color (decimal): -5384722 or 15652269. OLE color: 15652269.

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

Color convert

RGB173213238-
CMYK0.270.1100.07
HSL203.08º65.66%80.59%-
HSV(B)203.08º27.31%93.33%-
XYZ56.4662.6590-
YUV203.89147.25105.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=27.72%
G=34.13%
B=38.14%

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
Decimal1732132380.270.1100.07203.0865.6680.59
HexADD5EE1BB07cb4251
Octal255325356331307313102121
Binary10101101110101011110111011011101101111100101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5EE; }

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

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

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

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

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

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

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

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