Html Css Color HEX #AAD5D6 Morning Glory

📋 copy color: '#AAD5D6'

red 170 ◦ green 213 ◦ blue 214

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

Shades of Morning Glory #AAD5D6

Tints of Morning Glory #AAD5D6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.68%

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 28.48%
G = 35.68%
B = 35.85%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAD5D6 (or 0xAAD5D6) is known color: Morning Glory. HEX triplet: AA, D5 and D6. RGB value is (170,213,214). Sum of RGB (Red+Green+Blue) = 170+213+214=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAD5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5D6 is #552A29. Grayscale: #C8C8C8. Windows color (decimal): -5581354 or 14079402. OLE color: 14079402.

HSL color Cylindrical-coordinate representation of color #AAD5D6: hue angle of 181.36º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD5D6 is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 214 -
CMYK 0.21 0.00 0 0.16
HSL 181.36º 0.35% 0.75% -
HSV(B) 181.36º 0.21% 0.84% -
XYZ 52.51 60.99 72.62 -
YUV 200.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 170 213 214 0.21 0.00 0 0.16 181.36 0.35 0.75
Hex AA D5 D6 15 0 0 10 B5 23 4B
Octal 252 325 326 25 0 0 20 265 43 113
Binary 10101010 11010101 11010110 10101 0 0 10000 10110101 100011 1001011

Color Harmonies of #AAD5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5D6

Black with #AAD5D6

Text Example


Text Example

White with #AAD5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5D6; }

 p { color: rgb(170,213,214); }

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

background-color css

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

 a { background-color: rgb(170,213,214); }

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

border-color css

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

 span { border-color: rgb(170,213,214); }

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