Html Css Color HEX #AEC9CE Jungle Mist

📋 copy color: '#AEC9CE'

red 174 ◦ green 201 ◦ blue 206

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

Shades of Jungle Mist #AEC9CE

Tints of Jungle Mist #AEC9CE

RGB

 RED value IS 174 (68.36% from 255) = 29.95%

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

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

R = 29.95%
G = 34.6%
B = 35.46%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEC9CE (or 0xAEC9CE) is known color: Jungle Mist. HEX triplet: AE, C9 and CE. RGB value is (174,201,206). Sum of RGB (Red+Green+Blue) = 174+201+206=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9CE is #513631. Grayscale: #C1C1C1. Windows color (decimal): -5322290 or 13552046. OLE color: 13552046.

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

Color convert

RGB 174 201 206 -
CMYK 0.16 0.02 0 0.19
HSL 189.38º 0.25% 0.75% -
HSV(B) 189.38º 0.16% 0.81% -
XYZ 49.48 55.23 66.44 -
YUV 193.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 174 201 206 0.16 0.02 0 0.19 189.38 0.25 0.75
Hex AE C9 CE 10 2 0 13 BD 19 4B
Octal 256 311 316 20 2 0 23 275 31 113
Binary 10101110 11001001 11001110 10000 10 0 10011 10111101 11001 1001011

Color Harmonies of #AEC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC9CE

Black with #AEC9CE

Text Example


Text Example

White with #AEC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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