Html Css Color HEX #AED0D3 Morning Glory

📋 copy color: '#AED0D3'

red 174 ◦ green 208 ◦ blue 211

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

Shades of Morning Glory #AED0D3

Tints of Morning Glory #AED0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.58%

R = 29.34%
G = 35.08%
B = 35.58%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AED0D3 (or 0xAED0D3) is known color: Morning Glory. HEX triplet: AE, D0 and D3. RGB value is (174,208,211). Sum of RGB (Red+Green+Blue) = 174+208+211=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #AED0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0D3 is #512F2C. Grayscale: #C6C6C6. Windows color (decimal): -5320493 or 13881518. OLE color: 13881518.

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

Color convert

RGB 174 208 211 -
CMYK 0.18 0.01 0 0.17
HSL 184.86º 0.3% 0.75% -
HSV(B) 184.86º 0.18% 0.83% -
XYZ 51.77 58.81 70.25 -
YUV 198.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 174 208 211 0.18 0.01 0 0.17 184.86 0.3 0.75
Hex AE D0 D3 12 1 0 11 B9 1E 4B
Octal 256 320 323 22 1 0 21 271 36 113
Binary 10101110 11010000 11010011 10010 1 0 10001 10111001 11110 1001011

Color Harmonies of #AED0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0D3

Black with #AED0D3

Text Example


Text Example

White with #AED0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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