#9BDCDE

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

Shades of Morning Glory #9BDCDE

Tints of Morning Glory #9BDCDE

Color information

#9BDCDE (or 0x9BDCDE) is unknown color: approx Morning Glory. HEX triplet: 9B, DC and DE. RGB value is (155,220,222). Sum of RGB (Red+Green+Blue) = 155+220+222=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCDE is #642321. Grayscale: #C8C8C8. Windows color (decimal): -6562594 or 14605467. OLE color: 14605467.

HSL color Cylindrical-coordinate representation of color #9BDCDE: hue angle of 181.79º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCDE is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155220222-
CMYK0.300.0100.13
HSL181.79º50.38%73.92%-
HSV(B)181.79º30.18%87.06%-
XYZ52.363.4378.59-
YUV200.79139.9795.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.96%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=25.96%
G=36.85%
B=37.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552202220.300.0100.13181.7950.3873.92
Hex9BDCDE1E10Db6324a
Octal23333433636101526662112
Binary10011011110111001101111011110101101101101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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