Html Css Color HEX #AFC9CE Jungle Mist

📋 copy color: '#AFC9CE'

red 175 ◦ green 201 ◦ blue 206

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

Shades of Jungle Mist #AFC9CE

Tints of Jungle Mist #AFC9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 30.07%
G = 34.54%
B = 35.4%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFC9CE (or 0xAFC9CE) is known color: Jungle Mist. HEX triplet: AF, C9 and CE. RGB value is (175,201,206). Sum of RGB (Red+Green+Blue) = 175+201+206=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9CE is #503631. Grayscale: #C1C1C1. Windows color (decimal): -5256754 or 13552047. OLE color: 13552047.

HSL color Cylindrical-coordinate representation of color #AFC9CE: hue angle of 189.68º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC9CE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 201 206 -
CMYK 0.15 0.02 0 0.19
HSL 189.68º 0.24% 0.75% -
HSV(B) 189.68º 0.15% 0.81% -
XYZ 49.71 55.34 66.46 -
YUV 193.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 175 201 206 0.15 0.02 0 0.19 189.68 0.24 0.75
Hex AF C9 CE F 2 0 13 BE 18 4B
Octal 257 311 316 17 2 0 23 276 30 113
Binary 10101111 11001001 11001110 1111 10 0 10011 10111110 11000 1001011

Color Harmonies of #AFC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9CE

Black with #AFC9CE

Text Example


Text Example

White with #AFC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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