Html Css Color HEX #ABC1C9 Heather

📋 copy color: '#ABC1C9'

red 171 ◦ green 193 ◦ blue 201

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

Shades of Heather #ABC1C9

Tints of Heather #ABC1C9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 30.27%
G = 34.16%
B = 35.58%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABC1C9 (or 0xABC1C9) is known color: Heather. HEX triplet: AB, C1 and C9. RGB value is (171,193,201). Sum of RGB (Red+Green+Blue) = 171+193+201=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABC1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1C9 is #543E36. Grayscale: #BBBBBB. Windows color (decimal): -5520951 or 13222315. OLE color: 13222315.

HSL color Cylindrical-coordinate representation of color #ABC1C9: hue angle of 196º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC1C9 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 193 201 -
CMYK 0.15 0.04 0 0.21
HSL 196º 0.22% 0.73% -
HSV(B) 196º 0.15% 0.79% -
XYZ 46.41 51.01 62.66 -
YUV 187.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 171 193 201 0.15 0.04 0 0.21 196 0.22 0.73
Hex AB C1 C9 F 4 0 15 C4 16 49
Octal 253 301 311 17 4 0 25 304 26 111
Binary 10101011 11000001 11001001 1111 100 0 10101 11000100 10110 1001001

Color Harmonies of #ABC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1C9

Black with #ABC1C9

Text Example


Text Example

White with #ABC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1C9; }

 p { color: rgb(171,193,201); }

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

background-color css

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

 a { background-color: rgb(171,193,201); }

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

border-color css

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

 span { border-color: rgb(171,193,201); }

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