Html Css Color HEX #AACED0 Morning Glory

📋 copy color: '#AACED0'

red 170 ◦ green 206 ◦ blue 208

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

Shades of Morning Glory #AACED0

Tints of Morning Glory #AACED0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

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

R = 29.11%
G = 35.27%
B = 35.62%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AACED0 (or 0xAACED0) is known color: Morning Glory. HEX triplet: AA, CE and D0. RGB value is (170,206,208). Sum of RGB (Red+Green+Blue) = 170+206+208=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #AACED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACED0 is #55312F. Grayscale: #C3C3C3. Windows color (decimal): -5583152 or 13684394. OLE color: 13684394.

HSL color Cylindrical-coordinate representation of color #AACED0: hue angle of 183.16º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACED0 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 206 208 -
CMYK 0.18 0.01 0 0.18
HSL 183.16º 0.29% 0.74% -
HSV(B) 183.16º 0.18% 0.82% -
XYZ 50.03 57.24 68.09 -
YUV 195.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 170 206 208 0.18 0.01 0 0.18 183.16 0.29 0.74
Hex AA CE D0 12 1 0 12 B7 1D 4A
Octal 252 316 320 22 1 0 22 267 35 112
Binary 10101010 11001110 11010000 10010 1 0 10010 10110111 11101 1001010

Color Harmonies of #AACED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACED0

Black with #AACED0

Text Example


Text Example

White with #AACED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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