Html Css Color HEX #AECCCF Jungle Mist

📋 copy color: '#AECCCF'

red 174 ◦ green 204 ◦ blue 207

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

Shades of Jungle Mist #AECCCF

Tints of Jungle Mist #AECCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 29.74%
G = 34.87%
B = 35.38%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AECCCF (or 0xAECCCF) is known color: Jungle Mist. HEX triplet: AE, CC and CF. RGB value is (174,204,207). Sum of RGB (Red+Green+Blue) = 174+204+207=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #AECCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCF is #513330. Grayscale: #C3C3C3. Windows color (decimal): -5321521 or 13618350. OLE color: 13618350.

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

Color convert

RGB 174 204 207 -
CMYK 0.16 0.01 0 0.19
HSL 185.45º 0.26% 0.75% -
HSV(B) 185.45º 0.16% 0.81% -
XYZ 50.31 56.69 67.32 -
YUV 195.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 174 204 207 0.16 0.01 0 0.19 185.45 0.26 0.75
Hex AE CC CF 10 1 0 13 B9 1A 4B
Octal 256 314 317 20 1 0 23 271 32 113
Binary 10101110 11001100 11001111 10000 1 0 10011 10111001 11010 1001011

Color Harmonies of #AECCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCCF

Black with #AECCCF

Text Example


Text Example

White with #AECCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCCF; }

 p { color: rgb(174,204,207); }

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

background-color css

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

 a { background-color: rgb(174,204,207); }

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

border-color css

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

 span { border-color: rgb(174,204,207); }

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