Html Css Color HEX #AFC6CD Heather

📋 copy color: '#AFC6CD'

red 175 ◦ green 198 ◦ blue 205

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

Shades of Heather #AFC6CD

Tints of Heather #AFC6CD

RGB

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

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

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

R = 30.28%
G = 34.26%
B = 35.47%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFC6CD (or 0xAFC6CD) is known color: Heather. HEX triplet: AF, C6 and CD. RGB value is (175,198,205). Sum of RGB (Red+Green+Blue) = 175+198+205=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6CD is #503932. Grayscale: #BFBFBF. Windows color (decimal): -5257523 or 13485743. OLE color: 13485743.

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

Color convert

RGB 175 198 205 -
CMYK 0.15 0.03 0 0.20
HSL 194º 0.23% 0.75% -
HSV(B) 194º 0.15% 0.8% -
XYZ 48.89 53.91 65.59 -
YUV 191.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 175 198 205 0.15 0.03 0 0.20 194 0.23 0.75
Hex AF C6 CD F 3 0 14 C2 17 4B
Octal 257 306 315 17 3 0 24 302 27 113
Binary 10101111 11000110 11001101 1111 11 0 10100 11000010 10111 1001011

Color Harmonies of #AFC6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6CD

Black with #AFC6CD

Text Example


Text Example

White with #AFC6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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