#9BDCDB

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

Shades of Morning Glory #9BDCDB

Tints of Morning Glory #9BDCDB

Color information

#9BDCDB (or 0x9BDCDB) is unknown color: approx Morning Glory. HEX triplet: 9B, DC and DB. RGB value is (155,220,219). Sum of RGB (Red+Green+Blue) = 155+220+219=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCDB is #642324. Grayscale: #C8C8C8. Windows color (decimal): -6562597 or 14408859. OLE color: 14408859.

HSL color Cylindrical-coordinate representation of color #9BDCDB: hue angle of 179.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCDB is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB155220219-
CMYK0.3000.000.14
HSL179.08º48.15%73.53%-
HSV(B)179.08º29.55%86.27%-
XYZ51.963.2776.49-
YUV200.45138.4795.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=26.09%
G=37.04%
B=36.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552202190.3000.000.14179.0848.1573.53
Hex9BDCDB1E00Eb3304a
Octal23333433336001626360112
Binary10011011110111001101101111110001110101100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,220,219); }

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

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

 a { background-color: rgb(155,220,219); }

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

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

 span { border-color: rgb(155,220,219); }

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