#9BDEDA

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

Shades of Morning Glory #9BDEDA

Tints of Morning Glory #9BDEDA

Color information

#9BDEDA (or 0x9BDEDA) is unknown color: approx Morning Glory. HEX triplet: 9B, DE and DA. RGB value is (155,222,218). Sum of RGB (Red+Green+Blue) = 155+222+218=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEDA is #642125. Grayscale: #C9C9C9. Windows color (decimal): -6562086 or 14343835. OLE color: 14343835.

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

Color convert

RGB155222218-
CMYK0.3000.020.13
HSL176.42º50.38%73.92%-
HSV(B)176.42º30.18%87.06%-
XYZ52.2964.2775.98-
YUV201.51137.394.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.05%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=26.05%
G=37.31%
B=36.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552222180.3000.020.13176.4250.3873.92
Hex9BDEDA1E02Db0324a
Octal23333633236021526062112
Binary100110111101111011011010111100101101101100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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