Html Css Color HEX #AFC0CC Heather

📋 copy color: '#AFC0CC'

red 175 ◦ green 192 ◦ blue 204

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

Shades of Heather #AFC0CC

Tints of Heather #AFC0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.63%

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

R = 30.65%
G = 33.63%
B = 35.73%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFC0CC (or 0xAFC0CC) is known color: Heather. HEX triplet: AF, C0 and CC. RGB value is (175,192,204). Sum of RGB (Red+Green+Blue) = 175+192+204=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0CC is #503F33. Grayscale: #BCBCBC. Windows color (decimal): -5259060 or 13418671. OLE color: 13418671.

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

Color convert

RGB 175 192 204 -
CMYK 0.14 0.06 0 0.2
HSL 204.83º 0.22% 0.74% -
HSV(B) 204.83º 0.14% 0.8% -
XYZ 47.43 51.17 64.5 -
YUV 188.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 175 192 204 0.14 0.06 0 0.2 204.83 0.22 0.74
Hex AF C0 CC E 6 0 14 CD 16 4A
Octal 257 300 314 16 6 0 24 315 26 112
Binary 10101111 11000000 11001100 1110 110 0 10100 11001101 10110 1001010

Color Harmonies of #AFC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0CC

Black with #AFC0CC

Text Example


Text Example

White with #AFC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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