#ADCECD

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

Shades of Sinbad #ADCECD

Tints of Sinbad #ADCECD

Color information

#ADCECD (or 0xADCECD) is unknown color: approx Sinbad. HEX triplet: AD, CE and CD. RGB value is (173,206,205). Sum of RGB (Red+Green+Blue) = 173+206+205=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCECD is #523132. Grayscale: #C3C3C3. Windows color (decimal): -5386547 or 13487789. OLE color: 13487789.

HSL color Cylindrical-coordinate representation of color #ADCECD: hue angle of 178.18º 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 #ADCECD is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB173206205-
CMYK0.1600.000.19
HSL178.18º25.19%74.31%-
HSV(B)178.18º16.02%80.78%-
XYZ50.3257.4366.19-
YUV196.02133.07111.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=29.62%
G=35.27%
B=35.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732062050.1600.000.19178.1825.1974.31
HexADCECD100013b2194a
Octal25531631520002326231112
Binary10101101110011101100110110000001001110110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCECD; }

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

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

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

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

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

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

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

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