#ADD3ED

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

Shades of Sail #ADD3ED

Tints of Sail #ADD3ED

Color information

#ADD3ED (or 0xADD3ED) is unknown color: approx Sail. HEX triplet: AD, D3 and ED. RGB value is (173,211,237). Sum of RGB (Red+Green+Blue) = 173+211+237=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3ED is #522C12. Grayscale: #CACACA. Windows color (decimal): -5385235 or 15586221. OLE color: 15586221.

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

Color convert

RGB173211237-
CMYK0.270.1100.07
HSL204.38º64%80.39%-
HSV(B)204.38º27%92.94%-
XYZ55.8161.5989.07-
YUV202.6147.41106.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=27.86%
G=33.98%
B=38.16%

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
Decimal1732112370.270.1100.07204.386480.39
HexADD3ED1BB07cc4050
Octal255323355331307314100120
Binary10101101110100111110110111011101101111100110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3ED; }

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

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

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

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

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

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

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

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