Html Css Color HEX #ABC5CC Heather

📋 copy color: '#ABC5CC'

red 171 ◦ green 197 ◦ blue 204

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

Shades of Heather #ABC5CC

Tints of Heather #ABC5CC

RGB

 RED value IS 171 (67.19% from 255) = 29.9%

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

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

R = 29.9%
G = 34.44%
B = 35.66%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABC5CC (or 0xABC5CC) is known color: Heather. HEX triplet: AB, C5 and CC. RGB value is (171,197,204). Sum of RGB (Red+Green+Blue) = 171+197+204=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5CC is #543A33. Grayscale: #BDBDBD. Windows color (decimal): -5519924 or 13419947. OLE color: 13419947.

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

Color convert

RGB 171 197 204 -
CMYK 0.16 0.03 0 0.2
HSL 192.73º 0.24% 0.74% -
HSV(B) 192.73º 0.16% 0.8% -
XYZ 47.66 52.95 64.84 -
YUV 190.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 171 197 204 0.16 0.03 0 0.2 192.73 0.24 0.74
Hex AB C5 CC 10 3 0 14 C1 18 4A
Octal 253 305 314 20 3 0 24 301 30 112
Binary 10101011 11000101 11001100 10000 11 0 10100 11000001 11000 1001010

Color Harmonies of #ABC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5CC

Black with #ABC5CC

Text Example


Text Example

White with #ABC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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