#9BDBDB

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

Shades of Morning Glory #9BDBDB

Tints of Morning Glory #9BDBDB

Color information

#9BDBDB (or 0x9BDBDB) is unknown color: approx Morning Glory. HEX triplet: 9B, DB and DB. RGB value is (155,219,219). Sum of RGB (Red+Green+Blue) = 155+219+219=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9BDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBDB is #642424. Grayscale: #C7C7C7. Windows color (decimal): -6562853 or 14408603. OLE color: 14408603.

HSL color Cylindrical-coordinate representation of color #9BDBDB: hue angle of 180º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBDB is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155219219-
CMYK0.29000.14
HSL180º47.06%73.33%-
HSV(B)180º29.22%85.88%-
XYZ51.6462.7576.41-
YUV199.86138.896-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.14%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=26.14%
G=36.93%
B=36.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552192190.29000.1418047.0673.33
Hex9BDBDB1D00Eb42f49
Octal23333333335001626457111
Binary10011011110110111101101111101001110101101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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