Html Css Color HEX #AECDD0 Jungle Mist

📋 copy color: '#AECDD0'

red 174 ◦ green 205 ◦ blue 208

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

Shades of Jungle Mist #AECDD0

Tints of Jungle Mist #AECDD0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.92%

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

R = 29.64%
G = 34.92%
B = 35.43%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AECDD0 (or 0xAECDD0) is known color: Jungle Mist. HEX triplet: AE, CD and D0. RGB value is (174,205,208). Sum of RGB (Red+Green+Blue) = 174+205+208=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #AECDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD0 is #51322F. Grayscale: #C4C4C4. Windows color (decimal): -5321264 or 13684142. OLE color: 13684142.

HSL color Cylindrical-coordinate representation of color #AECDD0: hue angle of 185.29º degrees, saturation: 0.27, 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 #AECDD0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 205 208 -
CMYK 0.16 0.01 0 0.18
HSL 185.29º 0.27% 0.75% -
HSV(B) 185.29º 0.16% 0.82% -
XYZ 50.67 57.22 68.05 -
YUV 196.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 174 205 208 0.16 0.01 0 0.18 185.29 0.27 0.75
Hex AE CD D0 10 1 0 12 B9 1B 4B
Octal 256 315 320 20 1 0 22 271 33 113
Binary 10101110 11001101 11010000 10000 1 0 10010 10111001 11011 1001011

Color Harmonies of #AECDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDD0

Black with #AECDD0

Text Example


Text Example

White with #AECDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDD0; }

 p { color: rgb(174,205,208); }

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

background-color css

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

 a { background-color: rgb(174,205,208); }

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

border-color css

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

 span { border-color: rgb(174,205,208); }

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