#9BDFDD

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

Shades of Morning Glory #9BDFDD

Tints of Morning Glory #9BDFDD

Color information

#9BDFDD (or 0x9BDFDD) is unknown color: approx Morning Glory. HEX triplet: 9B, DF and DD. RGB value is (155,223,221). Sum of RGB (Red+Green+Blue) = 155+223+221=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFDD is #642022. Grayscale: #CACACA. Windows color (decimal): -6561827 or 14540699. OLE color: 14540699.

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

Color convert

RGB155223221-
CMYK0.3000.010.13
HSL178.24º51.52%74.12%-
HSV(B)178.24º30.49%87.45%-
XYZ52.9664.9678.15-
YUV202.44138.4794.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.88%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=25.88%
G=37.23%
B=36.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552232210.3000.010.13178.2451.5274.12
Hex9BDFDD1E01Db2344a
Octal23333733536011526264112
Binary10011011110111111101110111110011101101100101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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