#9BD9DA

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

Shades of Morning Glory #9BD9DA

Tints of Morning Glory #9BD9DA

Color information

#9BD9DA (or 0x9BD9DA) is unknown color: approx Morning Glory. HEX triplet: 9B, D9 and DA. RGB value is (155,217,218). Sum of RGB (Red+Green+Blue) = 155+217+218=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BD9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9DA is #642625. Grayscale: #C6C6C6. Windows color (decimal): -6563366 or 14342555. OLE color: 14342555.

HSL color Cylindrical-coordinate representation of color #9BD9DA: hue angle of 180.95º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9DA is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155217218-
CMYK0.290.0000.15
HSL180.95º45.99%73.14%-
HSV(B)180.95º28.9%85.49%-
XYZ50.9961.6675.54-
YUV198.58138.9696.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.27%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=26.27%
G=36.78%
B=36.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552172180.290.0000.15180.9545.9973.14
Hex9BD9DA1D00Fb52e49
Octal23333133235001726556111
Binary10011011110110011101101011101001111101101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,218); }

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

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

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

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

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

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

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