Html Css Color HEX #AACCCE Morning Glory

📋 copy color: '#AACCCE'

red 170 ◦ green 204 ◦ blue 206

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

Shades of Morning Glory #AACCCE

Tints of Morning Glory #AACCCE

RGB

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

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

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

R = 29.31%
G = 35.17%
B = 35.52%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AACCCE (or 0xAACCCE) is known color: Morning Glory. HEX triplet: AA, CC and CE. RGB value is (170,204,206). Sum of RGB (Red+Green+Blue) = 170+204+206=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #AACCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCCE is #553331. Grayscale: #C2C2C2. Windows color (decimal): -5583666 or 13552810. OLE color: 13552810.

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

Color convert

RGB 170 204 206 -
CMYK 0.17 0.01 0 0.19
HSL 183.33º 0.27% 0.74% -
HSV(B) 183.33º 0.17% 0.81% -
XYZ 49.31 56.19 66.64 -
YUV 194.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 170 204 206 0.17 0.01 0 0.19 183.33 0.27 0.74
Hex AA CC CE 11 1 0 13 B7 1B 4A
Octal 252 314 316 21 1 0 23 267 33 112
Binary 10101010 11001100 11001110 10001 1 0 10011 10110111 11011 1001010

Color Harmonies of #AACCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCCE

Black with #AACCCE

Text Example


Text Example

White with #AACCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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