Html Css Color HEX #AFC2CC Heather

📋 copy color: '#AFC2CC'

red 175 ◦ green 194 ◦ blue 204

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

Shades of Heather #AFC2CC

Tints of Heather #AFC2CC

RGB

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

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

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

R = 30.54%
G = 33.86%
B = 35.6%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFC2CC (or 0xAFC2CC) is known color: Heather. HEX triplet: AF, C2 and CC. RGB value is (175,194,204). Sum of RGB (Red+Green+Blue) = 175+194+204=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2CC is #503D33. Grayscale: #BDBDBD. Windows color (decimal): -5258548 or 13419183. OLE color: 13419183.

HSL color Cylindrical-coordinate representation of color #AFC2CC: hue angle of 200.69º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC2CC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 194 204 -
CMYK 0.14 0.05 0 0.2
HSL 200.69º 0.22% 0.74% -
HSV(B) 200.69º 0.14% 0.8% -
XYZ 47.87 52.06 64.65 -
YUV 189.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 175 194 204 0.14 0.05 0 0.2 200.69 0.22 0.74
Hex AF C2 CC E 5 0 14 C9 16 4A
Octal 257 302 314 16 5 0 24 311 26 112
Binary 10101111 11000010 11001100 1110 101 0 10100 11001001 10110 1001010

Color Harmonies of #AFC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2CC

Black with #AFC2CC

Text Example


Text Example

White with #AFC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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