#9BDBDC

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

Shades of Morning Glory #9BDBDC

Tints of Morning Glory #9BDBDC

Color information

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

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

Color convert

RGB155219220-
CMYK0.300.0000.14
HSL180.92º48.15%73.53%-
HSV(B)180.92º29.55%86.27%-
XYZ51.7762.877.1-
YUV199.98139.395.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552192200.300.0000.14180.9248.1573.53
Hex9BDBDC1E00Eb5304a
Octal23333333436001626560112
Binary10011011110110111101110011110001110101101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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