Html Css Color HEX #9EDDDB Morning Glory

📋 copy color: '#9EDDDB'

red 158 ◦ green 221 ◦ blue 219

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

Shades of Morning Glory #9EDDDB

Tints of Morning Glory #9EDDDB

RGB

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

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

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

R = 26.42%
G = 36.96%
B = 36.62%

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

#9EDDDB (or 0x9EDDDB) is known color: Morning Glory. HEX triplet: 9E, DD and DB. RGB value is (158,221,219). Sum of RGB (Red+Green+Blue) = 158+221+219=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDDB is #612224. Grayscale: #C9C9C9. Windows color (decimal): -6365733 or 14409118. OLE color: 14409118.

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

Color convert

RGB 158 221 219 -
CMYK 0.29 0 0.01 0.13
HSL 178.1º 0.48% 0.74% -
HSV(B) 178.1º 0.29% 0.87% -
XYZ 52.74 64.1 76.61 -
YUV 201.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 158 221 219 0.29 0 0.01 0.13 178.1 0.48 0.74
Hex 9E DD DB 1D 0 1 D B2 30 4A
Octal 236 335 333 35 0 1 15 262 60 112
Binary 10011110 11011101 11011011 11101 0 1 1101 10110010 110000 1001010

Color Harmonies of #9EDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDDB

Black with #9EDDDB

Text Example


Text Example

White with #9EDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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