Html Css Color HEX #9AD9DC Morning Glory

📋 copy color: '#9AD9DC'

red 154 ◦ green 217 ◦ blue 220

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

Shades of Morning Glory #9AD9DC

Tints of Morning Glory #9AD9DC

RGB

 RED value IS 154 (60.55% from 255) = 26.06%

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

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

R = 26.06%
G = 36.72%
B = 37.23%

CMYK

 C value IS 0.3

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AD9DC (or 0x9AD9DC) is known color: Morning Glory. HEX triplet: 9A, D9 and DC. RGB value is (154,217,220). Sum of RGB (Red+Green+Blue) = 154+217+220=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD9DC is #652623. Grayscale: #C6C6C6. Windows color (decimal): -6628900 or 14473626. OLE color: 14473626.

HSL color Cylindrical-coordinate representation of color #9AD9DC: hue angle of 182.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AD9DC is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 217 220 -
CMYK 0.3 0.01 0 0.14
HSL 182.73º 0.49% 0.73% -
HSV(B) 182.73º 0.3% 0.86% -
XYZ 51.06 61.66 76.92 -
YUV 198.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 154 217 220 0.3 0.01 0 0.14 182.73 0.49 0.73
Hex 9A D9 DC 1E 1 0 E B7 31 49
Octal 232 331 334 36 1 0 16 267 61 111
Binary 10011010 11011001 11011100 11110 1 0 1110 10110111 110001 1001001

Color Harmonies of #9AD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD9DC

Black with #9AD9DC

Text Example


Text Example

White with #9AD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AD9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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