Html Css Color HEX #AFC2CA Heather

📋 copy color: '#AFC2CA'

red 175 ◦ green 194 ◦ blue 202

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

Shades of Heather #AFC2CA

Tints of Heather #AFC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 30.65%
G = 33.98%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFC2CA (or 0xAFC2CA) is known color: Heather. HEX triplet: AF, C2 and CA. RGB value is (175,194,202). Sum of RGB (Red+Green+Blue) = 175+194+202=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2CA is #503D35. Grayscale: #BDBDBD. Windows color (decimal): -5258550 or 13288111. OLE color: 13288111.

HSL color Cylindrical-coordinate representation of color #AFC2CA: hue angle of 197.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFC2CA is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 194 202 -
CMYK 0.13 0.04 0 0.21
HSL 197.78º 0.2% 0.74% -
HSV(B) 197.78º 0.13% 0.79% -
XYZ 47.63 51.96 63.4 -
YUV 189.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 175 194 202 0.13 0.04 0 0.21 197.78 0.2 0.74
Hex AF C2 CA D 4 0 15 C6 14 4A
Octal 257 302 312 15 4 0 25 306 24 112
Binary 10101111 11000010 11001010 1101 100 0 10101 11000110 10100 1001010

Color Harmonies of #AFC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2CA

Black with #AFC2CA

Text Example


Text Example

White with #AFC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2CA; }

 p { color: rgb(175,194,202); }

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

background-color css

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

 a { background-color: rgb(175,194,202); }

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

border-color css

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

 span { border-color: rgb(175,194,202); }

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