Html Css Color HEX #ABC1CF Heather

📋 copy color: '#ABC1CF'

red 171 ◦ green 193 ◦ blue 207

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

Shades of Heather #ABC1CF

Tints of Heather #ABC1CF

RGB

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

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

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

R = 29.95%
G = 33.8%
B = 36.25%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABC1CF (or 0xABC1CF) is known color: Heather. HEX triplet: AB, C1 and CF. RGB value is (171,193,207). Sum of RGB (Red+Green+Blue) = 171+193+207=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1CF is #543E30. Grayscale: #BBBBBB. Windows color (decimal): -5520945 or 13615531. OLE color: 13615531.

HSL color Cylindrical-coordinate representation of color #ABC1CF: hue angle of 203.33º 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 #ABC1CF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 193 207 -
CMYK 0.17 0.07 0 0.19
HSL 203.33º 0.27% 0.74% -
HSV(B) 203.33º 0.17% 0.81% -
XYZ 47.13 51.3 66.45 -
YUV 188.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 171 193 207 0.17 0.07 0 0.19 203.33 0.27 0.74
Hex AB C1 CF 11 7 0 13 CB 1B 4A
Octal 253 301 317 21 7 0 23 313 33 112
Binary 10101011 11000001 11001111 10001 111 0 10011 11001011 11011 1001010

Color Harmonies of #ABC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1CF

Black with #ABC1CF

Text Example


Text Example

White with #ABC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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