Html Css Color HEX #AFC1CC Heather

📋 copy color: '#AFC1CC'

red 175 ◦ green 193 ◦ blue 204

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

Shades of Heather #AFC1CC

Tints of Heather #AFC1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.74%

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

R = 30.59%
G = 33.74%
B = 35.66%

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

#AFC1CC (or 0xAFC1CC) is known color: Heather. HEX triplet: AF, C1 and CC. RGB value is (175,193,204). Sum of RGB (Red+Green+Blue) = 175+193+204=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CC is #503E33. Grayscale: #BCBCBC. Windows color (decimal): -5258804 or 13418927. OLE color: 13418927.

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

Color convert

RGB 175 193 204 -
CMYK 0.14 0.05 0 0.2
HSL 202.76º 0.22% 0.74% -
HSV(B) 202.76º 0.14% 0.8% -
XYZ 47.65 51.61 64.58 -
YUV 188.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 175 193 204 0.14 0.05 0 0.2 202.76 0.22 0.74
Hex AF C1 CC E 5 0 14 CB 16 4A
Octal 257 301 314 16 5 0 24 313 26 112
Binary 10101111 11000001 11001100 1110 101 0 10100 11001011 10110 1001010

Color Harmonies of #AFC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1CC

Black with #AFC1CC

Text Example


Text Example

White with #AFC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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