Html Css Color HEX #9ED6DB Morning Glory

📋 copy color: '#9ED6DB'

red 158 ◦ green 214 ◦ blue 219

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

Shades of Morning Glory #9ED6DB

Tints of Morning Glory #9ED6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.21%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 26.73%
G = 36.21%
B = 37.06%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ED6DB (or 0x9ED6DB) is known color: Morning Glory. HEX triplet: 9E, D6 and DB. RGB value is (158,214,219). Sum of RGB (Red+Green+Blue) = 158+214+219=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ED6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED6DB is #612924. Grayscale: #C5C5C5. Windows color (decimal): -6367525 or 14407326. OLE color: 14407326.

HSL color Cylindrical-coordinate representation of color #9ED6DB: hue angle of 184.92º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ED6DB is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 214 219 -
CMYK 0.28 0.02 0 0.14
HSL 184.92º 0.46% 0.74% -
HSV(B) 184.92º 0.28% 0.86% -
XYZ 50.93 60.48 76.01 -
YUV 197.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 158 214 219 0.28 0.02 0 0.14 184.92 0.46 0.74
Hex 9E D6 DB 1C 2 0 E B9 2E 4A
Octal 236 326 333 34 2 0 16 271 56 112
Binary 10011110 11010110 11011011 11100 10 0 1110 10111001 101110 1001010

Color Harmonies of #9ED6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED6DB

Black with #9ED6DB

Text Example


Text Example

White with #9ED6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,219); }

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

background-color css

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

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

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

border-color css

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

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

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