Html Css Color HEX #AFC6CC Heather

📋 copy color: '#AFC6CC'

red 175 ◦ green 198 ◦ blue 204

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

Shades of Heather #AFC6CC

Tints of Heather #AFC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.32%

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

R = 30.33%
G = 34.32%
B = 35.36%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFC6CC (or 0xAFC6CC) is known color: Heather. HEX triplet: AF, C6 and CC. RGB value is (175,198,204). Sum of RGB (Red+Green+Blue) = 175+198+204=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6CC is #503933. Grayscale: #BFBFBF. Windows color (decimal): -5257524 or 13420207. OLE color: 13420207.

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

Color convert

RGB 175 198 204 -
CMYK 0.14 0.03 0 0.2
HSL 192.41º 0.22% 0.74% -
HSV(B) 192.41º 0.14% 0.8% -
XYZ 48.77 53.86 64.95 -
YUV 191.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 175 198 204 0.14 0.03 0 0.2 192.41 0.22 0.74
Hex AF C6 CC E 3 0 14 C0 16 4A
Octal 257 306 314 16 3 0 24 300 26 112
Binary 10101111 11000110 11001100 1110 11 0 10100 11000000 10110 1001010

Color Harmonies of #AFC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6CC

Black with #AFC6CC

Text Example


Text Example

White with #AFC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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