#ADD4ED

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

Shades of Sail #ADD4ED

Tints of Sail #ADD4ED

Color information

#ADD4ED (or 0xADD4ED) is unknown color: approx Sail. HEX triplet: AD, D4 and ED. RGB value is (173,212,237). Sum of RGB (Red+Green+Blue) = 173+212+237=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4ED is #522B12. Grayscale: #CBCBCB. Windows color (decimal): -5384979 or 15586477. OLE color: 15586477.

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

Color convert

RGB173212237-
CMYK0.270.1100.07
HSL203.44º64%80.39%-
HSV(B)203.44º27%92.94%-
XYZ56.0662.0989.15-
YUV203.19147.08106.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=27.81%
G=34.08%
B=38.10%

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
Decimal1732122370.270.1100.07203.446480.39
HexADD4ED1BB07cb4050
Octal255324355331307313100120
Binary10101101110101001110110111011101101111100101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4ED; }

 p { color: rgb(173,212,237); }

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

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

 a { background-color: rgb(173,212,237); }

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

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

 span { border-color: rgb(173,212,237); }

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