#99DDD8

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

Shades of Morning Glory #99DDD8

Tints of Morning Glory #99DDD8

Color information

#99DDD8 (or 0x99DDD8) is unknown color: approx Morning Glory. HEX triplet: 99, DD and D8. RGB value is (153,221,216). Sum of RGB (Red+Green+Blue) = 153+221+216=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDD8 is #662227. Grayscale: #C8C8C8. Windows color (decimal): -6693416 or 14212505. OLE color: 14212505.

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

Color convert

RGB153221216-
CMYK0.3100.020.13
HSL175.59º50%73.33%-
HSV(B)175.59º30.77%86.67%-
XYZ51.3963.4474.5-
YUV200.1136.9794.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=25.93%
G=37.46%
B=36.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532212160.3100.020.13175.595073.33
Hex99DDD81F02Db03249
Octal23133533037021526062111
Binary100110011101110111011000111110101101101100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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