#ADCCDF

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

Shades of Sail #ADCCDF

Tints of Sail #ADCCDF

Color information

#ADCCDF (or 0xADCCDF) is unknown color: approx Sail. HEX triplet: AD, CC and DF. RGB value is (173,204,223). Sum of RGB (Red+Green+Blue) = 173+204+223=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDF is #523320. Grayscale: #C4C4C4. Windows color (decimal): -5387041 or 14666925. OLE color: 14666925.

HSL color Cylindrical-coordinate representation of color #ADCCDF: hue angle of 202.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCCDF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173204223-
CMYK0.220.0900.13
HSL202.8º43.86%77.65%-
HSV(B)202.8º22.42%87.45%-
XYZ52.1557.478.14-
YUV196.9142.73110.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=28.83%
G=34%
B=37.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732042230.220.0900.13202.843.8677.65
HexADCCDF1690Dcb2c4e
Octal255314337261101531354116
Binary10101101110011001101111110110100101101110010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCDF; }

 p { color: rgb(173,204,223); }

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

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

 a { background-color: rgb(173,204,223); }

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

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

 span { border-color: rgb(173,204,223); }

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