Html Css Color HEX #ADC5CC Heather

📋 copy color: '#ADC5CC'

red 173 ◦ green 197 ◦ blue 204

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

Shades of Heather #ADC5CC

Tints of Heather #ADC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.32%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 30.14%
G = 34.32%
B = 35.54%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADC5CC (or 0xADC5CC) is known color: Heather. HEX triplet: AD, C5 and CC. RGB value is (173,197,204). Sum of RGB (Red+Green+Blue) = 173+197+204=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5CC is #523A33. Grayscale: #BEBEBE. Windows color (decimal): -5388852 or 13419949. OLE color: 13419949.

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

Color convert

RGB 173 197 204 -
CMYK 0.15 0.03 0 0.2
HSL 193.55º 0.23% 0.74% -
HSV(B) 193.55º 0.15% 0.8% -
XYZ 48.1 53.18 64.86 -
YUV 190.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 173 197 204 0.15 0.03 0 0.2 193.55 0.23 0.74
Hex AD C5 CC F 3 0 14 C2 17 4A
Octal 255 305 314 17 3 0 24 302 27 112
Binary 10101101 11000101 11001100 1111 11 0 10100 11000010 10111 1001010

Color Harmonies of #ADC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5CC

Black with #ADC5CC

Text Example


Text Example

White with #ADC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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