#ADCEC9

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

Shades of Sinbad #ADCEC9

Tints of Sinbad #ADCEC9

Color information

#ADCEC9 (or 0xADCEC9) is unknown color: approx Sinbad. HEX triplet: AD, CE and C9. RGB value is (173,206,201). Sum of RGB (Red+Green+Blue) = 173+206+201=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC9 is #523136. Grayscale: #C3C3C3. Windows color (decimal): -5386551 or 13225645. OLE color: 13225645.

HSL color Cylindrical-coordinate representation of color #ADCEC9: hue angle of 170.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB173206201-
CMYK0.1600.020.19
HSL170.91º25.19%74.31%-
HSV(B)170.91º16.02%80.78%-
XYZ49.8557.2463.68-
YUV195.56131.07111.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=29.83%
G=35.52%
B=34.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732062010.1600.020.19170.9125.1974.31
HexADCEC9100213ab194a
Octal25531631120022325331112
Binary101011011100111011001001100000101001110101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEC9; }

 p { color: rgb(173,206,201); }

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

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

 a { background-color: rgb(173,206,201); }

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

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

 span { border-color: rgb(173,206,201); }

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