#99DBDD

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

Shades of Morning Glory #99DBDD

Tints of Morning Glory #99DBDD

Color information

#99DBDD (or 0x99DBDD) is unknown color: approx Morning Glory. HEX triplet: 99, DB and DD. RGB value is (153,219,221). Sum of RGB (Red+Green+Blue) = 153+219+221=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #99DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBDD is #662422. Grayscale: #C7C7C7. Windows color (decimal): -6693923 or 14539673. OLE color: 14539673.

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

Color convert

RGB153219221-
CMYK0.310.0100.13
HSL181.76º50%73.33%-
HSV(B)181.76º30.77%86.67%-
XYZ51.5262.6677.79-
YUV199.49140.1394.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=25.80%
G=36.93%
B=37.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532192210.310.0100.13181.765073.33
Hex99DBDD1F10Db63249
Octal23133333537101526662111
Binary10011001110110111101110111111101101101101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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