Html Css Color HEX #AFC5D0 Heather

📋 copy color: '#AFC5D0'

red 175 ◦ green 197 ◦ blue 208

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

Shades of Heather #AFC5D0

Tints of Heather #AFC5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 30.17%
G = 33.97%
B = 35.86%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFC5D0 (or 0xAFC5D0) is known color: Heather. HEX triplet: AF, C5 and D0. RGB value is (175,197,208). Sum of RGB (Red+Green+Blue) = 175+197+208=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFC5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5D0 is #503A2F. Grayscale: #BFBFBF. Windows color (decimal): -5257776 or 13682095. OLE color: 13682095.

HSL color Cylindrical-coordinate representation of color #AFC5D0: hue angle of 200º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC5D0 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 197 208 -
CMYK 0.16 0.05 0 0.18
HSL 200º 0.26% 0.75% -
HSV(B) 200º 0.16% 0.82% -
XYZ 49.03 53.6 67.44 -
YUV 191.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 175 197 208 0.16 0.05 0 0.18 200 0.26 0.75
Hex AF C5 D0 10 5 0 12 C8 1A 4B
Octal 257 305 320 20 5 0 22 310 32 113
Binary 10101111 11000101 11010000 10000 101 0 10010 11001000 11010 1001011

Color Harmonies of #AFC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5D0

Black with #AFC5D0

Text Example


Text Example

White with #AFC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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