Html Css Color HEX #AAD3D6 Morning Glory

📋 copy color: '#AAD3D6'

red 170 ◦ green 211 ◦ blue 214

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

Shades of Morning Glory #AAD3D6

Tints of Morning Glory #AAD3D6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.46%

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

R = 28.57%
G = 35.46%
B = 35.97%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAD3D6 (or 0xAAD3D6) is known color: Morning Glory. HEX triplet: AA, D3 and D6. RGB value is (170,211,214). Sum of RGB (Red+Green+Blue) = 170+211+214=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAD3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3D6 is #552C29. Grayscale: #C7C7C7. Windows color (decimal): -5581866 or 14078890. OLE color: 14078890.

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

Color convert

RGB 170 211 214 -
CMYK 0.21 0.01 0 0.16
HSL 184.09º 0.35% 0.75% -
HSV(B) 184.09º 0.21% 0.84% -
XYZ 52.01 59.99 72.46 -
YUV 199.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 170 211 214 0.21 0.01 0 0.16 184.09 0.35 0.75
Hex AA D3 D6 15 1 0 10 B8 23 4B
Octal 252 323 326 25 1 0 20 270 43 113
Binary 10101010 11010011 11010110 10101 1 0 10000 10111000 100011 1001011

Color Harmonies of #AAD3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3D6

Black with #AAD3D6

Text Example


Text Example

White with #AAD3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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