Html Css Color HEX #ABC1CC Heather

📋 copy color: '#ABC1CC'

red 171 ◦ green 193 ◦ blue 204

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

Shades of Heather #ABC1CC

Tints of Heather #ABC1CC

RGB

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

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

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

R = 30.11%
G = 33.98%
B = 35.92%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABC1CC (or 0xABC1CC) is known color: Heather. HEX triplet: AB, C1 and CC. RGB value is (171,193,204). Sum of RGB (Red+Green+Blue) = 171+193+204=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1CC is #543E33. Grayscale: #BBBBBB. Windows color (decimal): -5520948 or 13418923. OLE color: 13418923.

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

Color convert

RGB 171 193 204 -
CMYK 0.16 0.05 0 0.2
HSL 200º 0.24% 0.74% -
HSV(B) 200º 0.16% 0.8% -
XYZ 46.76 51.16 64.54 -
YUV 187.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 171 193 204 0.16 0.05 0 0.2 200 0.24 0.74
Hex AB C1 CC 10 5 0 14 C8 18 4A
Octal 253 301 314 20 5 0 24 310 30 112
Binary 10101011 11000001 11001100 10000 101 0 10100 11001000 11000 1001010

Color Harmonies of #ABC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1CC

Black with #ABC1CC

Text Example


Text Example

White with #ABC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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