Html Css Color HEX #AFC4CF Heather

📋 copy color: '#AFC4CF'

red 175 ◦ green 196 ◦ blue 207

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

Shades of Heather #AFC4CF

Tints of Heather #AFC4CF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.91%

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

R = 30.28%
G = 33.91%
B = 35.81%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFC4CF (or 0xAFC4CF) is known color: Heather. HEX triplet: AF, C4 and CF. RGB value is (175,196,207). Sum of RGB (Red+Green+Blue) = 175+196+207=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4CF is #503B30. Grayscale: #BEBEBE. Windows color (decimal): -5258033 or 13616303. OLE color: 13616303.

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

Color convert

RGB 175 196 207 -
CMYK 0.15 0.05 0 0.19
HSL 200.63º 0.25% 0.75% -
HSV(B) 200.63º 0.15% 0.81% -
XYZ 48.68 53.1 66.71 -
YUV 190.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 175 196 207 0.15 0.05 0 0.19 200.63 0.25 0.75
Hex AF C4 CF F 5 0 13 C9 19 4B
Octal 257 304 317 17 5 0 23 311 31 113
Binary 10101111 11000100 11001111 1111 101 0 10011 11001001 11001 1001011

Color Harmonies of #AFC4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4CF

Black with #AFC4CF

Text Example


Text Example

White with #AFC4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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