#9DC8C9

Color #9DC8C9 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #9DC8C9

Tints of Morning Glory #9DC8C9

Color information

#9DC8C9 (or 0x9DC8C9) is unknown color: approx Morning Glory. HEX triplet: 9D, C8 and C9. RGB value is (157,200,201). Sum of RGB (Red+Green+Blue) = 157+200+201=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #9DC8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC8C9 is #623736. Grayscale: #BBBBBB. Windows color (decimal): -6436663 or 13224093. OLE color: 13224093.

HSL color Cylindrical-coordinate representation of color #9DC8C9: hue angle of 181.36º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC8C9 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157200201-
CMYK0.220.0000.21
HSL181.36º28.95%70.2%-
HSV(B)181.36º21.89%78.82%-
XYZ45.152.6963.05-
YUV187.26135.75106.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.14%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=28.14%
G=35.84%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572002010.220.0000.21181.3628.9570.2
Hex9DC8C9160015b51d46
Octal23531031126002526535106
Binary10011101110010001100100110110001010110110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,200,201); }

 H1.HeaderClassName
 {
   color: #9DC8C9;
 }
 .AnyTagClassName
 {
   color: #9DC8C9;
 }
</style>
background-color css

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

 a { background-color: rgb(157,200,201); }

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

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

 span { border-color: rgb(157,200,201); }

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