Html Css Color HEX #ADCDCB Sinbad

📋 copy color: '#ADCDCB'

red 173 ◦ green 205 ◦ blue 203

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

Shades of Sinbad #ADCDCB

Tints of Sinbad #ADCDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 29.78%
G = 35.28%
B = 34.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#ADCDCB (or 0xADCDCB) is known color: Sinbad. HEX triplet: AD, CD and CB. RGB value is (173,205,203). Sum of RGB (Red+Green+Blue) = 173+205+203=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDCB is #523234. Grayscale: #C3C3C3. Windows color (decimal): -5386805 or 13356461. OLE color: 13356461.

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

Color convert

RGB 173 205 203 -
CMYK 0.16 0 0.01 0.20
HSL 176.25º 0.24% 0.74% -
HSV(B) 176.25º 0.16% 0.8% -
XYZ 49.84 56.86 64.85 -
YUV 195.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 173 205 203 0.16 0 0.01 0.20 176.25 0.24 0.74
Hex AD CD CB 10 0 1 14 B0 18 4A
Octal 255 315 313 20 0 1 24 260 30 112
Binary 10101101 11001101 11001011 10000 0 1 10100 10110000 11000 1001010

Color Harmonies of #ADCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDCB

Black with #ADCDCB

Text Example


Text Example

White with #ADCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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