#99D6DC

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

Shades of Morning Glory #99D6DC

Tints of Morning Glory #99D6DC

Color information

#99D6DC (or 0x99D6DC) is unknown color: approx Morning Glory. HEX triplet: 99, D6 and DC. RGB value is (153,214,220). Sum of RGB (Red+Green+Blue) = 153+214+220=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #99D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6DC is #662923. Grayscale: #C4C4C4. Windows color (decimal): -6695204 or 14472857. OLE color: 14472857.

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

Color convert

RGB153214220-
CMYK0.300.0300.14
HSL185.37º48.91%73.14%-
HSV(B)185.37º30.45%86.27%-
XYZ50.160.0376.66-
YUV196.45141.2997.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=26.06%
G=36.46%
B=37.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532142200.300.0300.14185.3748.9173.14
Hex99D6DC1E30Eb93149
Octal23132633436301627161111
Binary100110011101011011011100111101101110101110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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