#9BCDCA

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

Shades of Morning Glory #9BCDCA

Tints of Morning Glory #9BCDCA

Color information

#9BCDCA (or 0x9BCDCA) is unknown color: approx Morning Glory. HEX triplet: 9B, CD and CA. RGB value is (155,205,202). Sum of RGB (Red+Green+Blue) = 155+205+202=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDCA is #643235. Grayscale: #BDBDBD. Windows color (decimal): -6566454 or 13290907. OLE color: 13290907.

HSL color Cylindrical-coordinate representation of color #9BCDCA: hue angle of 176.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDCA is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB155205202-
CMYK0.2400.010.20
HSL176.4º33.33%70.59%-
HSV(B)176.4º24.39%80.39%-
XYZ46.0154.964.05-
YUV189.71134.94103.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=27.58%
G=36.48%
B=35.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552052020.2400.010.20176.433.3370.59
Hex9BCDCA180114b02147
Octal23331531230012426041107
Binary100110111100110111001010110000110100101100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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