Html Css Color HEX #AAD4D6 Morning Glory

📋 copy color: '#AAD4D6'

red 170 ◦ green 212 ◦ blue 214

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

Shades of Morning Glory #AAD4D6

Tints of Morning Glory #AAD4D6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.57%

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

R = 28.52%
G = 35.57%
B = 35.91%

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

#AAD4D6 (or 0xAAD4D6) is known color: Morning Glory. HEX triplet: AA, D4 and D6. RGB value is (170,212,214). Sum of RGB (Red+Green+Blue) = 170+212+214=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAD4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4D6 is #552B29. Grayscale: #C7C7C7. Windows color (decimal): -5581610 or 14079146. OLE color: 14079146.

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

Color convert

RGB 170 212 214 -
CMYK 0.21 0.01 0 0.16
HSL 182.73º 0.35% 0.75% -
HSV(B) 182.73º 0.21% 0.84% -
XYZ 52.26 60.49 72.54 -
YUV 199.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 170 212 214 0.21 0.01 0 0.16 182.73 0.35 0.75
Hex AA D4 D6 15 1 0 10 B7 23 4B
Octal 252 324 326 25 1 0 20 267 43 113
Binary 10101010 11010100 11010110 10101 1 0 10000 10110111 100011 1001011

Color Harmonies of #AAD4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4D6

Black with #AAD4D6

Text Example


Text Example

White with #AAD4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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