Html Css Color HEX #9EC9CD Morning Glory

📋 copy color: '#9EC9CD'

red 158 ◦ green 201 ◦ blue 205

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

Shades of Morning Glory #9EC9CD

Tints of Morning Glory #9EC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 28.01%
G = 35.64%
B = 36.35%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EC9CD (or 0x9EC9CD) is known color: Morning Glory. HEX triplet: 9E, C9 and CD. RGB value is (158,201,205). Sum of RGB (Red+Green+Blue) = 158+201+205=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9CD is #613632. Grayscale: #BCBCBC. Windows color (decimal): -6370867 or 13486494. OLE color: 13486494.

HSL color Cylindrical-coordinate representation of color #9EC9CD: hue angle of 185.11º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EC9CD is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 201 205 -
CMYK 0.23 0.02 0 0.20
HSL 185.11º 0.32% 0.71% -
HSV(B) 185.11º 0.23% 0.8% -
XYZ 46.01 53.45 65.65 -
YUV 188.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 158 201 205 0.23 0.02 0 0.20 185.11 0.32 0.71
Hex 9E C9 CD 17 2 0 14 B9 20 47
Octal 236 311 315 27 2 0 24 271 40 107
Binary 10011110 11001001 11001101 10111 10 0 10100 10111001 100000 1000111

Color Harmonies of #9EC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC9CD

Black with #9EC9CD

Text Example


Text Example

White with #9EC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,201,205); }

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

background-color css

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

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

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

border-color css

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

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

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