#99D7DC

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

Shades of Morning Glory #99D7DC

Tints of Morning Glory #99D7DC

Color information

#99D7DC (or 0x99D7DC) is unknown color: approx Morning Glory. HEX triplet: 99, D7 and DC. RGB value is (153,215,220). Sum of RGB (Red+Green+Blue) = 153+215+220=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #99D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7DC is #662823. Grayscale: #C4C4C4. Windows color (decimal): -6694948 or 14473113. OLE color: 14473113.

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

Color convert

RGB153215220-
CMYK0.300.0200.14
HSL184.48º48.91%73.14%-
HSV(B)184.48º30.45%86.27%-
XYZ50.3660.5476.74-
YUV197.03140.9696.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=26.02%
G=36.56%
B=37.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532152200.300.0200.14184.4848.9173.14
Hex99D7DC1E20Eb83149
Octal23132733436201627061111
Binary100110011101011111011100111101001110101110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,220); }

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

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

 a { background-color: rgb(153,215,220); }

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

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

 span { border-color: rgb(153,215,220); }

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