Html Css Color HEX #ADCDC9 Sinbad

📋 copy color: '#ADCDC9'

red 173 ◦ green 205 ◦ blue 201

#ADCDC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #ADCDC9

Tints of Sinbad #ADCDC9

RGB

 RED value IS 173 (67.97% from 255) = 29.88%

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 29.88%
G = 35.41%
B = 34.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#ADCDC9 (or 0xADCDC9) is known color: Sinbad. HEX triplet: AD, CD and C9. RGB value is (173,205,201). Sum of RGB (Red+Green+Blue) = 173+205+201=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC9 is #523236. Grayscale: #C2C2C2. Windows color (decimal): -5386807 or 13225389. OLE color: 13225389.

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

Color convert

RGB 173 205 201 -
CMYK 0.16 0 0.02 0.20
HSL 172.5º 0.24% 0.74% -
HSV(B) 172.5º 0.16% 0.8% -
XYZ 49.61 56.76 63.6 -
YUV 194.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 173 205 201 0.16 0 0.02 0.20 172.5 0.24 0.74
Hex AD CD C9 10 0 2 14 AC 18 4A
Octal 255 315 311 20 0 2 24 254 30 112
Binary 10101101 11001101 11001001 10000 0 10 10100 10101100 11000 1001010

Color Harmonies of #ADCDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDC9

Black with #ADCDC9

Text Example


Text Example

White with #ADCDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDC9; }

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

 H1.HeaderClassName
 {
   color: #ADCDC9;
 }
 .AnyTagClassName
 {
   color: #ADCDC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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