Html Css Color HEX #AFC0C7 Heather

📋 copy color: '#AFC0C7'

red 175 ◦ green 192 ◦ blue 199

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

Shades of Heather #AFC0C7

Tints of Heather #AFC0C7

RGB

 RED value IS 175 (68.75% from 255) = 30.92%

 GREEN value IS 192 (75.39% from 255) = 33.92%

 BLUE value IS 199 (78.13% from 255) = 35.16%

R = 30.92%
G = 33.92%
B = 35.16%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFC0C7 (or 0xAFC0C7) is known color: Heather. HEX triplet: AF, C0 and C7. RGB value is (175,192,199). Sum of RGB (Red+Green+Blue) = 175+192+199=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFC0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0C7 is #503F38. Grayscale: #BBBBBB. Windows color (decimal): -5259065 or 13090991. OLE color: 13090991.

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

Color convert

RGB 175 192 199 -
CMYK 0.12 0.04 0 0.22
HSL 197.5º 0.18% 0.73% -
HSV(B) 197.5º 0.12% 0.78% -
XYZ 46.84 50.94 61.4 -
YUV 187.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 175 192 199 0.12 0.04 0 0.22 197.5 0.18 0.73
Hex AF C0 C7 C 4 0 16 C6 12 49
Octal 257 300 307 14 4 0 26 306 22 111
Binary 10101111 11000000 11000111 1100 100 0 10110 11000110 10010 1001001

Color Harmonies of #AFC0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0C7

Black with #AFC0C7

Text Example


Text Example

White with #AFC0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0C7; }

 p { color: rgb(175,192,199); }

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

background-color css

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

 a { background-color: rgb(175,192,199); }

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

border-color css

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

 span { border-color: rgb(175,192,199); }

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