Html Css Color HEX #AACACE Morning Glory

📋 copy color: '#AACACE'

red 170 ◦ green 202 ◦ blue 206

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

Shades of Morning Glory #AACACE

Tints of Morning Glory #AACACE

RGB

 RED value IS 170 (66.8% from 255) = 29.41%

 GREEN value IS 202 (79.3% from 255) = 34.95%

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

R = 29.41%
G = 34.95%
B = 35.64%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AACACE (or 0xAACACE) is known color: Morning Glory. HEX triplet: AA, CA and CE. RGB value is (170,202,206). Sum of RGB (Red+Green+Blue) = 170+202+206=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #AACACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACACE is #553531. Grayscale: #C0C0C0. Windows color (decimal): -5584178 or 13552298. OLE color: 13552298.

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

Color convert

RGB 170 202 206 -
CMYK 0.17 0.02 0 0.19
HSL 186.67º 0.27% 0.74% -
HSV(B) 186.67º 0.17% 0.81% -
XYZ 48.84 55.24 66.48 -
YUV 192.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 170 202 206 0.17 0.02 0 0.19 186.67 0.27 0.74
Hex AA CA CE 11 2 0 13 BB 1B 4A
Octal 252 312 316 21 2 0 23 273 33 112
Binary 10101010 11001010 11001110 10001 10 0 10011 10111011 11011 1001010

Color Harmonies of #AACACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACACE

Black with #AACACE

Text Example


Text Example

White with #AACACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACACE; }

 p { color: rgb(170,202,206); }

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

background-color css

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

 a { background-color: rgb(170,202,206); }

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

border-color css

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

 span { border-color: rgb(170,202,206); }

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