#9DCDCA

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

Shades of Morning Glory #9DCDCA

Tints of Morning Glory #9DCDCA

Color information

#9DCDCA (or 0x9DCDCA) is unknown color: approx Morning Glory. HEX triplet: 9D, CD and CA. RGB value is (157,205,202). Sum of RGB (Red+Green+Blue) = 157+205+202=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDCA is #623235. Grayscale: #BEBEBE. Windows color (decimal): -6435382 or 13290909. OLE color: 13290909.

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

Color convert

RGB157205202-
CMYK0.2300.010.20
HSL176.25º32.43%70.98%-
HSV(B)176.25º23.41%80.39%-
XYZ46.455.164.07-
YUV190.31134.6104.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572052020.2300.010.20176.2532.4370.98
Hex9DCDCA170114b02047
Octal23531531227012426040107
Binary100111011100110111001010101110110100101100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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