Html Css Color HEX #9EDBDB Morning Glory

📋 copy color: '#9EDBDB'

red 158 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #9EDBDB

Tints of Morning Glory #9EDBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.74%

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

R = 26.51%
G = 36.74%
B = 36.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EDBDB (or 0x9EDBDB) is known color: Morning Glory. HEX triplet: 9E, DB and DB. RGB value is (158,219,219). Sum of RGB (Red+Green+Blue) = 158+219+219=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9EDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBDB is #612424. Grayscale: #C8C8C8. Windows color (decimal): -6366245 or 14408606. OLE color: 14408606.

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

Color convert

RGB 158 219 219 -
CMYK 0.28 0 0 0.14
HSL 180º 0.46% 0.74% -
HSV(B) 180º 0.28% 0.86% -
XYZ 52.22 63.05 76.43 -
YUV 200.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 158 219 219 0.28 0 0 0.14 180 0.46 0.74
Hex 9E DB DB 1C 0 0 E B4 2E 4A
Octal 236 333 333 34 0 0 16 264 56 112
Binary 10011110 11011011 11011011 11100 0 0 1110 10110100 101110 1001010

Color Harmonies of #9EDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBDB

Black with #9EDBDB

Text Example


Text Example

White with #9EDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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