#9BDFDE

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

Shades of Morning Glory #9BDFDE

Tints of Morning Glory #9BDFDE

Color information

#9BDFDE (or 0x9BDFDE) is unknown color: approx Morning Glory. HEX triplet: 9B, DF and DE. RGB value is (155,223,222). Sum of RGB (Red+Green+Blue) = 155+223+222=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFDE is #642021. Grayscale: #CACACA. Windows color (decimal): -6561826 or 14606235. OLE color: 14606235.

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

Color convert

RGB155223222-
CMYK0.3000.000.13
HSL179.12º51.52%74.12%-
HSV(B)179.12º30.49%87.45%-
XYZ53.0965.0278.86-
YUV202.55138.9794.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.83%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 222 (87.11% from 255) = 37%
R=25.83%
G=37.17%
B=37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552232220.3000.000.13179.1251.5274.12
Hex9BDFDE1E00Db3344a
Octal23333733636001526364112
Binary10011011110111111101111011110001101101100111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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