#9DC9CB

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

Shades of Morning Glory #9DC9CB

Tints of Morning Glory #9DC9CB

Color information

#9DC9CB (or 0x9DC9CB) is unknown color: approx Morning Glory. HEX triplet: 9D, C9 and CB. RGB value is (157,201,203). Sum of RGB (Red+Green+Blue) = 157+201+203=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DC9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC9CB is #623634. Grayscale: #BCBCBC. Windows color (decimal): -6436405 or 13355421. OLE color: 13355421.

HSL color Cylindrical-coordinate representation of color #9DC9CB: hue angle of 182.61º degrees, saturation: 0.31, 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 #9DC9CB is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157201203-
CMYK0.230.0100.20
HSL182.61º30.67%70.59%-
HSV(B)182.61º22.66%79.61%-
XYZ45.5753.2564.38-
YUV188.07136.42105.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=27.99%
G=35.83%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572012030.230.0100.20182.6130.6770.59
Hex9DC9CB171014b71f47
Octal23531131327102426737107
Binary10011101110010011100101110111101010010110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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