Html Css Color HEX #AFC5CB Heather

📋 copy color: '#AFC5CB'

red 175 ◦ green 197 ◦ blue 203

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

Shades of Heather #AFC5CB

Tints of Heather #AFC5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 30.43%
G = 34.26%
B = 35.3%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFC5CB (or 0xAFC5CB) is known color: Heather. HEX triplet: AF, C5 and CB. RGB value is (175,197,203). Sum of RGB (Red+Green+Blue) = 175+197+203=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5CB is #503A34. Grayscale: #BFBFBF. Windows color (decimal): -5257781 or 13354415. OLE color: 13354415.

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

Color convert

RGB 175 197 203 -
CMYK 0.14 0.03 0 0.20
HSL 192.86º 0.21% 0.74% -
HSV(B) 192.86º 0.14% 0.8% -
XYZ 48.42 53.36 64.25 -
YUV 191.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 175 197 203 0.14 0.03 0 0.20 192.86 0.21 0.74
Hex AF C5 CB E 3 0 14 C1 15 4A
Octal 257 305 313 16 3 0 24 301 25 112
Binary 10101111 11000101 11001011 1110 11 0 10100 11000001 10101 1001010

Color Harmonies of #AFC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5CB

Black with #AFC5CB

Text Example


Text Example

White with #AFC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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