Html Css Color HEX #ABC5CF Heather

📋 copy color: '#ABC5CF'

red 171 ◦ green 197 ◦ blue 207

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

Shades of Heather #ABC5CF

Tints of Heather #ABC5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 29.74%
G = 34.26%
B = 36%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABC5CF (or 0xABC5CF) is known color: Heather. HEX triplet: AB, C5 and CF. RGB value is (171,197,207). Sum of RGB (Red+Green+Blue) = 171+197+207=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5CF is #543A30. Grayscale: #BEBEBE. Windows color (decimal): -5519921 or 13616555. OLE color: 13616555.

HSL color Cylindrical-coordinate representation of color #ABC5CF: hue angle of 196.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC5CF is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 197 207 -
CMYK 0.17 0.05 0 0.19
HSL 196.67º 0.27% 0.74% -
HSV(B) 196.67º 0.17% 0.81% -
XYZ 48.02 53.1 66.75 -
YUV 190.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 171 197 207 0.17 0.05 0 0.19 196.67 0.27 0.74
Hex AB C5 CF 11 5 0 13 C5 1B 4A
Octal 253 305 317 21 5 0 23 305 33 112
Binary 10101011 11000101 11001111 10001 101 0 10011 11000101 11011 1001010

Color Harmonies of #ABC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5CF

Black with #ABC5CF

Text Example


Text Example

White with #ABC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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