Html Css Color HEX #9EDDDD Morning Glory

📋 copy color: '#9EDDDD'

red 158 ◦ green 221 ◦ blue 221

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

Shades of Morning Glory #9EDDDD

Tints of Morning Glory #9EDDDD

RGB

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

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

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

R = 26.33%
G = 36.83%
B = 36.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EDDDD (or 0x9EDDDD) is known color: Morning Glory. HEX triplet: 9E, DD and DD. RGB value is (158,221,221). Sum of RGB (Red+Green+Blue) = 158+221+221=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #9EDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDDD is #612222. Grayscale: #CACACA. Windows color (decimal): -6365731 or 14540190. OLE color: 14540190.

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

Color convert

RGB 158 221 221 -
CMYK 0.29 0 0 0.13
HSL 180º 0.48% 0.74% -
HSV(B) 180º 0.29% 0.87% -
XYZ 53.01 64.2 78.01 -
YUV 202.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 158 221 221 0.29 0 0 0.13 180 0.48 0.74
Hex 9E DD DD 1D 0 0 D B4 30 4A
Octal 236 335 335 35 0 0 15 264 60 112
Binary 10011110 11011101 11011101 11101 0 0 1101 10110100 110000 1001010

Color Harmonies of #9EDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDDD

Black with #9EDDDD

Text Example


Text Example

White with #9EDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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