#99DBD8

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

Shades of Morning Glory #99DBD8

Tints of Morning Glory #99DBD8

Color information

#99DBD8 (or 0x99DBD8) is unknown color: approx Morning Glory. HEX triplet: 99, DB and D8. RGB value is (153,219,216). Sum of RGB (Red+Green+Blue) = 153+219+216=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBD8 is #662427. Grayscale: #C6C6C6. Windows color (decimal): -6693928 or 14211993. OLE color: 14211993.

HSL color Cylindrical-coordinate representation of color #99DBD8: hue angle of 177.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBD8 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB153219216-
CMYK0.3000.010.14
HSL177.27º47.83%72.94%-
HSV(B)177.27º30.14%85.88%-
XYZ50.8662.3974.33-
YUV198.92137.6395.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=26.02%
G=37.24%
B=36.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532192160.3000.010.14177.2747.8372.94
Hex99DBD81E01Eb13049
Octal23133333036011626160111
Binary10011001110110111101100011110011110101100011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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