#9DCBCA

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

Shades of Morning Glory #9DCBCA

Tints of Morning Glory #9DCBCA

Color information

#9DCBCA (or 0x9DCBCA) is unknown color: approx Morning Glory. HEX triplet: 9D, CB and CA. RGB value is (157,203,202). Sum of RGB (Red+Green+Blue) = 157+203+202=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBCA is #623435. Grayscale: #BDBDBD. Windows color (decimal): -6435894 or 13290397. OLE color: 13290397.

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

Color convert

RGB157203202-
CMYK0.2300.000.20
HSL178.7º30.67%70.59%-
HSV(B)178.7º22.66%79.61%-
XYZ45.9254.1463.91-
YUV189.13135.26105.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=27.94%
G=36.12%
B=35.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572032020.2300.000.20178.730.6770.59
Hex9DCBCA170014b31f47
Octal23531331227002426337107
Binary10011101110010111100101010111001010010110011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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