#9DCDCD

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

Shades of Morning Glory #9DCDCD

Tints of Morning Glory #9DCDCD

Color information

#9DCDCD (or 0x9DCDCD) is unknown color: approx Morning Glory. HEX triplet: 9D, CD and CD. RGB value is (157,205,205). Sum of RGB (Red+Green+Blue) = 157+205+205=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #9DCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDCD is #623232. Grayscale: #BEBEBE. Windows color (decimal): -6435379 or 13487517. OLE color: 13487517.

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

Color convert

RGB157205205-
CMYK0.23000.20
HSL180º32.43%70.98%-
HSV(B)180º23.41%80.39%-
XYZ46.7655.2465.96-
YUV190.65136.1104-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.69%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=27.69%
G=36.16%
B=36.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572052050.23000.2018032.4370.98
Hex9DCDCD170014b42047
Octal23531531527002426440107
Binary100111011100110111001101101110010100101101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,205); }

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

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

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

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

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

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

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