Html Css Color HEX #AFC6CF Heather

📋 copy color: '#AFC6CF'

red 175 ◦ green 198 ◦ blue 207

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

Shades of Heather #AFC6CF

Tints of Heather #AFC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.14%

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

R = 30.17%
G = 34.14%
B = 35.69%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFC6CF (or 0xAFC6CF) is known color: Heather. HEX triplet: AF, C6 and CF. RGB value is (175,198,207). Sum of RGB (Red+Green+Blue) = 175+198+207=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6CF is #503930. Grayscale: #C0C0C0. Windows color (decimal): -5257521 or 13616815. OLE color: 13616815.

HSL color Cylindrical-coordinate representation of color #AFC6CF: hue angle of 196.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC6CF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 198 207 -
CMYK 0.15 0.04 0 0.19
HSL 196.88º 0.25% 0.75% -
HSV(B) 196.88º 0.15% 0.81% -
XYZ 49.14 54.01 66.87 -
YUV 192.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 175 198 207 0.15 0.04 0 0.19 196.88 0.25 0.75
Hex AF C6 CF F 4 0 13 C5 19 4B
Octal 257 306 317 17 4 0 23 305 31 113
Binary 10101111 11000110 11001111 1111 100 0 10011 11000101 11001 1001011

Color Harmonies of #AFC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6CF

Black with #AFC6CF

Text Example


Text Example

White with #AFC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6CF; }

 p { color: rgb(175,198,207); }

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

background-color css

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

 a { background-color: rgb(175,198,207); }

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

border-color css

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

 span { border-color: rgb(175,198,207); }

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