Html Css Color HEX #9EDEDC Morning Glory

📋 copy color: '#9EDEDC'

red 158 ◦ green 222 ◦ blue 220

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

Shades of Morning Glory #9EDEDC

Tints of Morning Glory #9EDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 26.33%
G = 37%
B = 36.67%

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

#9EDEDC (or 0x9EDEDC) is known color: Morning Glory. HEX triplet: 9E, DE and DC. RGB value is (158,222,220). Sum of RGB (Red+Green+Blue) = 158+222+220=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEDC is #612123. Grayscale: #CACACA. Windows color (decimal): -6365476 or 14474910. OLE color: 14474910.

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

Color convert

RGB 158 222 220 -
CMYK 0.29 0 0.01 0.13
HSL 178.13º 0.49% 0.75% -
HSV(B) 178.13º 0.29% 0.87% -
XYZ 53.14 64.68 77.39 -
YUV 202.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 158 222 220 0.29 0 0.01 0.13 178.13 0.49 0.75
Hex 9E DE DC 1D 0 1 D B2 31 4B
Octal 236 336 334 35 0 1 15 262 61 113
Binary 10011110 11011110 11011100 11101 0 1 1101 10110010 110001 1001011

Color Harmonies of #9EDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEDC

Black with #9EDEDC

Text Example


Text Example

White with #9EDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,222,220); }

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

background-color css

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

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

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

border-color css

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

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

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