Html Css Color HEX #AED0D4 Morning Glory

📋 copy color: '#AED0D4'

red 174 ◦ green 208 ◦ blue 212

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

Shades of Morning Glory #AED0D4

Tints of Morning Glory #AED0D4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

 BLUE value IS 212 (83.2% from 255) = 35.69%

R = 29.29%
G = 35.02%
B = 35.69%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AED0D4 (or 0xAED0D4) is known color: Morning Glory. HEX triplet: AE, D0 and D4. RGB value is (174,208,212). Sum of RGB (Red+Green+Blue) = 174+208+212=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #AED0D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0D4 is #512F2B. Grayscale: #C6C6C6. Windows color (decimal): -5320492 or 13947054. OLE color: 13947054.

HSL color Cylindrical-coordinate representation of color #AED0D4: hue angle of 186.32º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED0D4 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 208 212 -
CMYK 0.18 0.02 0 0.17
HSL 186.32º 0.31% 0.76% -
HSV(B) 186.32º 0.18% 0.83% -
XYZ 51.9 58.86 70.91 -
YUV 198.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 174 208 212 0.18 0.02 0 0.17 186.32 0.31 0.76
Hex AE D0 D4 12 2 0 11 BA 1F 4C
Octal 256 320 324 22 2 0 21 272 37 114
Binary 10101110 11010000 11010100 10010 10 0 10001 10111010 11111 1001100

Color Harmonies of #AED0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0D4

Black with #AED0D4

Text Example


Text Example

White with #AED0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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