Html Css Color HEX #9ED8DD Morning Glory

📋 copy color: '#9ED8DD'

red 158 ◦ green 216 ◦ blue 221

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

Shades of Morning Glory #9ED8DD

Tints of Morning Glory #9ED8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.3%

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

R = 26.55%
G = 36.3%
B = 37.14%

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

#9ED8DD (or 0x9ED8DD) is known color: Morning Glory. HEX triplet: 9E, D8 and DD. RGB value is (158,216,221). Sum of RGB (Red+Green+Blue) = 158+216+221=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ED8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8DD is #612722. Grayscale: #C7C7C7. Windows color (decimal): -6367011 or 14538910. OLE color: 14538910.

HSL color Cylindrical-coordinate representation of color #9ED8DD: hue angle of 184.76º 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 #9ED8DD is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 216 221 -
CMYK 0.29 0.02 0 0.13
HSL 184.76º 0.48% 0.74% -
HSV(B) 184.76º 0.29% 0.87% -
XYZ 51.71 61.6 77.57 -
YUV 199.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 158 216 221 0.29 0.02 0 0.13 184.76 0.48 0.74
Hex 9E D8 DD 1D 2 0 D B9 30 4A
Octal 236 330 335 35 2 0 15 271 60 112
Binary 10011110 11011000 11011101 11101 10 0 1101 10111001 110000 1001010

Color Harmonies of #9ED8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED8DD

Black with #9ED8DD

Text Example


Text Example

White with #9ED8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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