Html Css Color HEX #AFC4CC Heather

📋 copy color: '#AFC4CC'

red 175 ◦ green 196 ◦ blue 204

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

Shades of Heather #AFC4CC

Tints of Heather #AFC4CC

RGB

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

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

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

R = 30.43%
G = 34.09%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFC4CC (or 0xAFC4CC) is known color: Heather. HEX triplet: AF, C4 and CC. RGB value is (175,196,204). Sum of RGB (Red+Green+Blue) = 175+196+204=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4CC is #503B33. Grayscale: #BEBEBE. Windows color (decimal): -5258036 or 13419695. OLE color: 13419695.

HSL color Cylindrical-coordinate representation of color #AFC4CC: hue angle of 196.55º 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 #AFC4CC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 196 204 -
CMYK 0.14 0.04 0 0.2
HSL 196.55º 0.22% 0.74% -
HSV(B) 196.55º 0.14% 0.8% -
XYZ 48.32 52.95 64.8 -
YUV 190.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 175 196 204 0.14 0.04 0 0.2 196.55 0.22 0.74
Hex AF C4 CC E 4 0 14 C5 16 4A
Octal 257 304 314 16 4 0 24 305 26 112
Binary 10101111 11000100 11001100 1110 100 0 10100 11000101 10110 1001010

Color Harmonies of #AFC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4CC

Black with #AFC4CC

Text Example


Text Example

White with #AFC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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