Html Css Color HEX #AFC9CD Jungle Mist

📋 copy color: '#AFC9CD'

red 175 ◦ green 201 ◦ blue 205

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

Shades of Jungle Mist #AFC9CD

Tints of Jungle Mist #AFC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.6%

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

R = 30.12%
G = 34.6%
B = 35.28%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFC9CD (or 0xAFC9CD) is known color: Jungle Mist. HEX triplet: AF, C9 and CD. RGB value is (175,201,205). Sum of RGB (Red+Green+Blue) = 175+201+205=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9CD is #503632. Grayscale: #C1C1C1. Windows color (decimal): -5256755 or 13486511. OLE color: 13486511.

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

Color convert

RGB 175 201 205 -
CMYK 0.15 0.02 0 0.20
HSL 188º 0.23% 0.75% -
HSV(B) 188º 0.15% 0.8% -
XYZ 49.59 55.3 65.82 -
YUV 193.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 175 201 205 0.15 0.02 0 0.20 188 0.23 0.75
Hex AF C9 CD F 2 0 14 BC 17 4B
Octal 257 311 315 17 2 0 24 274 27 113
Binary 10101111 11001001 11001101 1111 10 0 10100 10111100 10111 1001011

Color Harmonies of #AFC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9CD

Black with #AFC9CD

Text Example


Text Example

White with #AFC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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