#99DDDA

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

Shades of Morning Glory #99DDDA

Tints of Morning Glory #99DDDA

Color information

#99DDDA (or 0x99DDDA) is unknown color: approx Morning Glory. HEX triplet: 99, DD and DA. RGB value is (153,221,218). Sum of RGB (Red+Green+Blue) = 153+221+218=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDDA is #662225. Grayscale: #C8C8C8. Windows color (decimal): -6693414 or 14343577. OLE color: 14343577.

HSL color Cylindrical-coordinate representation of color #99DDDA: hue angle of 177.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDDA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB153221218-
CMYK0.3100.010.13
HSL177.35º50%73.33%-
HSV(B)177.35º30.77%86.67%-
XYZ51.6563.5575.87-
YUV200.33137.9794.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.84%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=25.84%
G=37.33%
B=36.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532212180.3100.010.13177.355073.33
Hex99DDDA1F01Db13249
Octal23133533237011526162111
Binary10011001110111011101101011111011101101100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DDDA; }

 p { color: rgb(153,221,218); }

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

<style>
 a { background-color: #99DDDA; }

 a { background-color: rgb(153,221,218); }

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

<style>
 span { border-color: #99DDDA; }

 span { border-color: rgb(153,221,218); }

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