Html Css Color HEX #ADCCC8 Sinbad

📋 copy color: '#ADCCC8'

red 173 ◦ green 204 ◦ blue 200

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

Shades of Sinbad #ADCCC8

Tints of Sinbad #ADCCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.36%

 BLUE value IS 200 (78.52% from 255) = 34.66%

R = 29.98%
G = 35.36%
B = 34.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#ADCCC8 (or 0xADCCC8) is known color: Sinbad. HEX triplet: AD, CC and C8. RGB value is (173,204,200). Sum of RGB (Red+Green+Blue) = 173+204+200=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC8 is #523337. Grayscale: #C2C2C2. Windows color (decimal): -5387064 or 13159597. OLE color: 13159597.

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

Color convert

RGB 173 204 200 -
CMYK 0.15 0 0.02 0.2
HSL 172.26º 0.23% 0.74% -
HSV(B) 172.26º 0.15% 0.8% -
XYZ 49.25 56.24 62.9 -
YUV 194.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 173 204 200 0.15 0 0.02 0.2 172.26 0.23 0.74
Hex AD CC C8 F 0 2 14 AC 17 4A
Octal 255 314 310 17 0 2 24 254 27 112
Binary 10101101 11001100 11001000 1111 0 10 10100 10101100 10111 1001010

Color Harmonies of #ADCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCC8

Black with #ADCCC8

Text Example


Text Example

White with #ADCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCC8; }

 p { color: rgb(173,204,200); }

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

background-color css

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

 a { background-color: rgb(173,204,200); }

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

border-color css

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

 span { border-color: rgb(173,204,200); }

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