Html Css Color HEX #9EDFDD Morning Glory

📋 copy color: '#9EDFDD'

red 158 ◦ green 223 ◦ blue 221

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

Shades of Morning Glory #9EDFDD

Tints of Morning Glory #9EDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

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

R = 26.25%
G = 37.04%
B = 36.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#9EDFDD (or 0x9EDFDD) is known color: Morning Glory. HEX triplet: 9E, DF and DD. RGB value is (158,223,221). Sum of RGB (Red+Green+Blue) = 158+223+221=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFDD is #612022. Grayscale: #CBCBCB. Windows color (decimal): -6365219 or 14540702. OLE color: 14540702.

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

Color convert

RGB 158 223 221 -
CMYK 0.29 0 0.01 0.13
HSL 178.15º 0.5% 0.75% -
HSV(B) 178.15º 0.29% 0.87% -
XYZ 53.54 65.26 78.18 -
YUV 203.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 158 223 221 0.29 0 0.01 0.13 178.15 0.5 0.75
Hex 9E DF DD 1D 0 1 D B2 32 4B
Octal 236 337 335 35 0 1 15 262 62 113
Binary 10011110 11011111 11011101 11101 0 1 1101 10110010 110010 1001011

Color Harmonies of #9EDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFDD

Black with #9EDFDD

Text Example


Text Example

White with #9EDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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