Html Css Color HEX #9DD9D6 Morning Glory

📋 copy color: '#9DD9D6'

red 157 ◦ green 217 ◦ blue 214

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

Shades of Morning Glory #9DD9D6

Tints of Morning Glory #9DD9D6

RGB

 RED value IS 157 (61.72% from 255) = 26.7%

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

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

R = 26.7%
G = 36.9%
B = 36.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#9DD9D6 (or 0x9DD9D6) is known color: Morning Glory. HEX triplet: 9D, D9 and D6. RGB value is (157,217,214). Sum of RGB (Red+Green+Blue) = 157+217+214=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9D6 is #622629. Grayscale: #C6C6C6. Windows color (decimal): -6432298 or 14080413. OLE color: 14080413.

HSL color Cylindrical-coordinate representation of color #9DD9D6: hue angle of 177º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD9D6 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 214 -
CMYK 0.28 0 0.01 0.15
HSL 177º 0.44% 0.73% -
HSV(B) 177º 0.28% 0.85% -
XYZ 50.86 61.65 72.84 -
YUV 198.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 157 217 214 0.28 0 0.01 0.15 177 0.44 0.73
Hex 9D D9 D6 1C 0 1 F B1 2C 49
Octal 235 331 326 34 0 1 17 261 54 111
Binary 10011101 11011001 11010110 11100 0 1 1111 10110001 101100 1001001

Color Harmonies of #9DD9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9D6

Black with #9DD9D6

Text Example


Text Example

White with #9DD9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,214); }

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

background-color css

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

 a { background-color: rgb(157,217,214); }

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

border-color css

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

 span { border-color: rgb(157,217,214); }

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