#9DCACD

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

Shades of Morning Glory #9DCACD

Tints of Morning Glory #9DCACD

Color information

#9DCACD (or 0x9DCACD) is unknown color: approx Morning Glory. HEX triplet: 9D, CA and CD. RGB value is (157,202,205). Sum of RGB (Red+Green+Blue) = 157+202+205=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 202 (79.30% from 255 or 35.82% 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 #9DCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCACD is #623532. Grayscale: #BCBCBC. Windows color (decimal): -6436147 or 13486749. OLE color: 13486749.

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

Color convert

RGB157202205-
CMYK0.230.0100.20
HSL183.75º32.43%70.98%-
HSV(B)183.75º23.41%80.39%-
XYZ46.0453.8265.72-
YUV188.89137.09105.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=27.84%
G=35.82%
B=36.35%

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
Decimal1572022050.230.0100.20183.7532.4370.98
Hex9DCACD171014b82047
Octal23531231527102427040107
Binary100111011100101011001101101111010100101110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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