Html Css Color HEX #AFC2CD Heather

📋 copy color: '#AFC2CD'

red 175 ◦ green 194 ◦ blue 205

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

Shades of Heather #AFC2CD

Tints of Heather #AFC2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.8%

 BLUE value IS 205 (80.47% from 255) = 35.71%

R = 30.49%
G = 33.8%
B = 35.71%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFC2CD (or 0xAFC2CD) is known color: Heather. HEX triplet: AF, C2 and CD. RGB value is (175,194,205). Sum of RGB (Red+Green+Blue) = 175+194+205=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2CD is #503D32. Grayscale: #BDBDBD. Windows color (decimal): -5258547 or 13484719. OLE color: 13484719.

HSL color Cylindrical-coordinate representation of color #AFC2CD: hue angle of 202º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC2CD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 194 205 -
CMYK 0.15 0.05 0 0.20
HSL 202º 0.23% 0.75% -
HSV(B) 202º 0.15% 0.8% -
XYZ 47.99 52.11 65.29 -
YUV 189.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 175 194 205 0.15 0.05 0 0.20 202 0.23 0.75
Hex AF C2 CD F 5 0 14 CA 17 4B
Octal 257 302 315 17 5 0 24 312 27 113
Binary 10101111 11000010 11001101 1111 101 0 10100 11001010 10111 1001011

Color Harmonies of #AFC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2CD

Black with #AFC2CD

Text Example


Text Example

White with #AFC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2CD; }

 p { color: rgb(175,194,205); }

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

background-color css

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

 a { background-color: rgb(175,194,205); }

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

border-color css

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

 span { border-color: rgb(175,194,205); }

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