Html Css Color HEX #AFC5CC Heather

📋 copy color: '#AFC5CC'

red 175 ◦ green 197 ◦ blue 204

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

Shades of Heather #AFC5CC

Tints of Heather #AFC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.2%

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

R = 30.38%
G = 34.2%
B = 35.42%

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

#AFC5CC (or 0xAFC5CC) is known color: Heather. HEX triplet: AF, C5 and CC. RGB value is (175,197,204). Sum of RGB (Red+Green+Blue) = 175+197+204=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5CC is #503A33. Grayscale: #BFBFBF. Windows color (decimal): -5257780 or 13419951. OLE color: 13419951.

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

Color convert

RGB 175 197 204 -
CMYK 0.14 0.03 0 0.2
HSL 194.48º 0.22% 0.74% -
HSV(B) 194.48º 0.14% 0.8% -
XYZ 48.54 53.41 64.88 -
YUV 191.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 175 197 204 0.14 0.03 0 0.2 194.48 0.22 0.74
Hex AF C5 CC E 3 0 14 C2 16 4A
Octal 257 305 314 16 3 0 24 302 26 112
Binary 10101111 11000101 11001100 1110 11 0 10100 11000010 10110 1001010

Color Harmonies of #AFC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5CC

Black with #AFC5CC

Text Example


Text Example

White with #AFC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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