Html Css Color HEX #9EDCDB Morning Glory

📋 copy color: '#9EDCDB'

red 158 ◦ green 220 ◦ blue 219

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

Shades of Morning Glory #9EDCDB

Tints of Morning Glory #9EDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

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

R = 26.47%
G = 36.85%
B = 36.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#9EDCDB (or 0x9EDCDB) is known color: Morning Glory. HEX triplet: 9E, DC and DB. RGB value is (158,220,219). Sum of RGB (Red+Green+Blue) = 158+220+219=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCDB is #612324. Grayscale: #C9C9C9. Windows color (decimal): -6365989 or 14408862. OLE color: 14408862.

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

Color convert

RGB 158 220 219 -
CMYK 0.28 0 0.00 0.14
HSL 179.03º 0.47% 0.74% -
HSV(B) 179.03º 0.28% 0.86% -
XYZ 52.48 63.57 76.52 -
YUV 201.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 158 220 219 0.28 0 0.00 0.14 179.03 0.47 0.74
Hex 9E DC DB 1C 0 0 E B3 2F 4A
Octal 236 334 333 34 0 0 16 263 57 112
Binary 10011110 11011100 11011011 11100 0 0 1110 10110011 101111 1001010

Color Harmonies of #9EDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCDB

Black with #9EDCDB

Text Example


Text Example

White with #9EDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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