#99D5DC

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

Shades of Morning Glory #99D5DC

Tints of Morning Glory #99D5DC

Color information

#99D5DC (or 0x99D5DC) is unknown color: approx Morning Glory. HEX triplet: 99, D5 and DC. RGB value is (153,213,220). Sum of RGB (Red+Green+Blue) = 153+213+220=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #99D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5DC is #662A23. Grayscale: #C3C3C3. Windows color (decimal): -6695460 or 14472601. OLE color: 14472601.

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

Color convert

RGB153213220-
CMYK0.300.0300.14
HSL186.27º48.91%73.14%-
HSV(B)186.27º30.45%86.27%-
XYZ49.8559.5376.57-
YUV195.86141.6297.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.11%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=26.11%
G=36.35%
B=37.54%

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
Decimal1532132200.300.0300.14186.2748.9173.14
Hex99D5DC1E30Eba3149
Octal23132533436301627261111
Binary100110011101010111011100111101101110101110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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