#99DBDA

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

Shades of Morning Glory #99DBDA

Tints of Morning Glory #99DBDA

Color information

#99DBDA (or 0x99DBDA) is unknown color: approx Morning Glory. HEX triplet: 99, DB and DA. RGB value is (153,219,218). Sum of RGB (Red+Green+Blue) = 153+219+218=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBDA is #662425. Grayscale: #C7C7C7. Windows color (decimal): -6693926 or 14343065. OLE color: 14343065.

HSL color Cylindrical-coordinate representation of color #99DBDA: hue angle of 179.09º 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 #99DBDA is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB153219218-
CMYK0.3000.000.14
HSL179.09º47.83%72.94%-
HSV(B)179.09º30.14%85.88%-
XYZ51.1262.575.7-
YUV199.15138.6395.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=25.93%
G=37.12%
B=36.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532192180.3000.000.14179.0947.8372.94
Hex99DBDA1E00Eb33049
Octal23133333236001626360111
Binary10011001110110111101101011110001110101100111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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