Html Css Color HEX #ADCECB Sinbad

📋 copy color: '#ADCECB'

red 173 ◦ green 206 ◦ blue 203

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

Shades of Sinbad #ADCECB

Tints of Sinbad #ADCECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 29.73%
G = 35.4%
B = 34.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#ADCECB (or 0xADCECB) is known color: Sinbad. HEX triplet: AD, CE and CB. RGB value is (173,206,203). Sum of RGB (Red+Green+Blue) = 173+206+203=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCECB is #523134. Grayscale: #C3C3C3. Windows color (decimal): -5386549 or 13356717. OLE color: 13356717.

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

Color convert

RGB 173 206 203 -
CMYK 0.16 0 0.01 0.19
HSL 174.55º 0.25% 0.74% -
HSV(B) 174.55º 0.16% 0.81% -
XYZ 50.08 57.34 64.93 -
YUV 195.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 173 206 203 0.16 0 0.01 0.19 174.55 0.25 0.74
Hex AD CE CB 10 0 1 13 AF 19 4A
Octal 255 316 313 20 0 1 23 257 31 112
Binary 10101101 11001110 11001011 10000 0 1 10011 10101111 11001 1001010

Color Harmonies of #ADCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCECB

Black with #ADCECB

Text Example


Text Example

White with #ADCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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