Html Css Color HEX #AFC9CC Jungle Mist

📋 copy color: '#AFC9CC'

red 175 ◦ green 201 ◦ blue 204

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

Shades of Jungle Mist #AFC9CC

Tints of Jungle Mist #AFC9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 30.17%
G = 34.66%
B = 35.17%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFC9CC (or 0xAFC9CC) is known color: Jungle Mist. HEX triplet: AF, C9 and CC. RGB value is (175,201,204). Sum of RGB (Red+Green+Blue) = 175+201+204=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9CC is #503633. Grayscale: #C1C1C1. Windows color (decimal): -5256756 or 13420975. OLE color: 13420975.

HSL color Cylindrical-coordinate representation of color #AFC9CC: hue angle of 186.21º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC9CC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 201 204 -
CMYK 0.14 0.01 0 0.2
HSL 186.21º 0.22% 0.74% -
HSV(B) 186.21º 0.14% 0.8% -
XYZ 49.46 55.25 65.18 -
YUV 193.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 175 201 204 0.14 0.01 0 0.2 186.21 0.22 0.74
Hex AF C9 CC E 1 0 14 BA 16 4A
Octal 257 311 314 16 1 0 24 272 26 112
Binary 10101111 11001001 11001100 1110 1 0 10100 10111010 10110 1001010

Color Harmonies of #AFC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9CC

Black with #AFC9CC

Text Example


Text Example

White with #AFC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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