Html Css Color HEX #9ADDD9 Morning Glory

📋 copy color: '#9ADDD9'

red 154 ◦ green 221 ◦ blue 217

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

Shades of Morning Glory #9ADDD9

Tints of Morning Glory #9ADDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 217 (85.16% from 255) = 36.66%

R = 26.01%
G = 37.33%
B = 36.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#9ADDD9 (or 0x9ADDD9) is known color: Morning Glory. HEX triplet: 9A, DD and D9. RGB value is (154,221,217). Sum of RGB (Red+Green+Blue) = 154+221+217=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDD9 is #652226. Grayscale: #C8C8C8. Windows color (decimal): -6627879 or 14278042. OLE color: 14278042.

HSL color Cylindrical-coordinate representation of color #9ADDD9: hue angle of 176.42º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDD9 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 217 -
CMYK 0.30 0 0.02 0.13
HSL 176.42º 0.5% 0.74% -
HSV(B) 176.42º 0.3% 0.87% -
XYZ 51.71 63.59 75.2 -
YUV 200.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 154 221 217 0.30 0 0.02 0.13 176.42 0.5 0.74
Hex 9A DD D9 1E 0 2 D B0 32 4A
Octal 232 335 331 36 0 2 15 260 62 112
Binary 10011010 11011101 11011001 11110 0 10 1101 10110000 110010 1001010

Color Harmonies of #9ADDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDD9

Black with #9ADDD9

Text Example


Text Example

White with #9ADDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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