Html Css Color HEX #9ED9DD Morning Glory

📋 copy color: '#9ED9DD'

red 158 ◦ green 217 ◦ blue 221

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

Shades of Morning Glory #9ED9DD

Tints of Morning Glory #9ED9DD

RGB

 RED value IS 158 (62.11% from 255) = 26.51%

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

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 26.51%
G = 36.41%
B = 37.08%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ED9DD (or 0x9ED9DD) is known color: Morning Glory. HEX triplet: 9E, D9 and DD. RGB value is (158,217,221). Sum of RGB (Red+Green+Blue) = 158+217+221=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ED9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9DD is #612622. Grayscale: #C7C7C7. Windows color (decimal): -6366755 or 14539166. OLE color: 14539166.

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

Color convert

RGB 158 217 221 -
CMYK 0.29 0.02 0 0.13
HSL 183.81º 0.48% 0.74% -
HSV(B) 183.81º 0.29% 0.87% -
XYZ 51.96 62.12 77.66 -
YUV 199.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 158 217 221 0.29 0.02 0 0.13 183.81 0.48 0.74
Hex 9E D9 DD 1D 2 0 D B8 30 4A
Octal 236 331 335 35 2 0 15 270 60 112
Binary 10011110 11011001 11011101 11101 10 0 1101 10111000 110000 1001010

Color Harmonies of #9ED9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED9DD

Black with #9ED9DD

Text Example


Text Example

White with #9ED9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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