#9DCACC

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

Shades of Morning Glory #9DCACC

Tints of Morning Glory #9DCACC

Color information

#9DCACC (or 0x9DCACC) is unknown color: approx Morning Glory. HEX triplet: 9D, CA and CC. RGB value is (157,202,204). Sum of RGB (Red+Green+Blue) = 157+202+204=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCACC is #623533. Grayscale: #BCBCBC. Windows color (decimal): -6436148 or 13421213. OLE color: 13421213.

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

Color convert

RGB157202204-
CMYK0.230.0100.2
HSL182.55º31.54%70.78%-
HSV(B)182.55º23.04%80%-
XYZ45.9253.7765.08-
YUV188.77136.59105.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=27.89%
G=35.88%
B=36.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572022040.230.0100.2182.5531.5470.78
Hex9DCACC171014b72047
Octal23531231427102426740107
Binary100111011100101011001100101111010100101101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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