Html Css Color HEX #ADCDC7 Sinbad

📋 copy color: '#ADCDC7'

red 173 ◦ green 205 ◦ blue 199

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

Shades of Sinbad #ADCDC7

Tints of Sinbad #ADCDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.49%

R = 29.98%
G = 35.53%
B = 34.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#ADCDC7 (or 0xADCDC7) is known color: Sinbad. HEX triplet: AD, CD and C7. RGB value is (173,205,199). Sum of RGB (Red+Green+Blue) = 173+205+199=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC7 is #523238. Grayscale: #C2C2C2. Windows color (decimal): -5386809 or 13094317. OLE color: 13094317.

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

Color convert

RGB 173 205 199 -
CMYK 0.16 0 0.03 0.20
HSL 168.75º 0.24% 0.74% -
HSV(B) 168.75º 0.16% 0.8% -
XYZ 49.37 56.67 62.37 -
YUV 194.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 173 205 199 0.16 0 0.03 0.20 168.75 0.24 0.74
Hex AD CD C7 10 0 3 14 A9 18 4A
Octal 255 315 307 20 0 3 24 251 30 112
Binary 10101101 11001101 11000111 10000 0 11 10100 10101001 11000 1001010

Color Harmonies of #ADCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDC7

Black with #ADCDC7

Text Example


Text Example

White with #ADCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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