Html Css Color HEX #A0D9DC Morning Glory

📋 copy color: '#A0D9DC'

red 160 ◦ green 217 ◦ blue 220

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

Shades of Morning Glory #A0D9DC

Tints of Morning Glory #A0D9DC

RGB

 RED value IS 160 (62.89% from 255) = 26.8%

 GREEN value IS 217 (85.16% from 255) = 36.35%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 26.8%
G = 36.35%
B = 36.85%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0D9DC (or 0xA0D9DC) is known color: Morning Glory. HEX triplet: A0, D9 and DC. RGB value is (160,217,220). Sum of RGB (Red+Green+Blue) = 160+217+220=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9DC is #5F2623. Grayscale: #C8C8C8. Windows color (decimal): -6235684 or 14473632. OLE color: 14473632.

HSL color Cylindrical-coordinate representation of color #A0D9DC: hue angle of 183º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D9DC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 217 220 -
CMYK 0.27 0.01 0 0.14
HSL 183º 0.46% 0.75% -
HSV(B) 183º 0.27% 0.86% -
XYZ 52.23 62.27 76.98 -
YUV 200.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 160 217 220 0.27 0.01 0 0.14 183 0.46 0.75
Hex A0 D9 DC 1B 1 0 E B7 2E 4B
Octal 240 331 334 33 1 0 16 267 56 113
Binary 10100000 11011001 11011100 11011 1 0 1110 10110111 101110 1001011

Color Harmonies of #A0D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9DC

Black with #A0D9DC

Text Example


Text Example

White with #A0D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9DC; }

 p { color: rgb(160,217,220); }

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

background-color css

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

 a { background-color: rgb(160,217,220); }

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

border-color css

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

 span { border-color: rgb(160,217,220); }

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