#9BDDDE

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

Shades of Morning Glory #9BDDDE

Tints of Morning Glory #9BDDDE

Color information

#9BDDDE (or 0x9BDDDE) is unknown color: approx Morning Glory. HEX triplet: 9B, DD and DE. RGB value is (155,221,222). Sum of RGB (Red+Green+Blue) = 155+221+222=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDDE is #642221. Grayscale: #C9C9C9. Windows color (decimal): -6562338 or 14605723. OLE color: 14605723.

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

Color convert

RGB155221222-
CMYK0.300.0000.13
HSL180.9º50.38%73.92%-
HSV(B)180.9º30.18%87.06%-
XYZ52.5663.9678.68-
YUV201.38139.6394.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.92%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=25.92%
G=36.96%
B=37.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552212220.300.0000.13180.950.3873.92
Hex9BDDDE1E00Db5324a
Octal23333533636001526562112
Binary10011011110111011101111011110001101101101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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