#99D6DE

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

Shades of Morning Glory #99D6DE

Tints of Morning Glory #99D6DE

Color information

#99D6DE (or 0x99D6DE) is unknown color: approx Morning Glory. HEX triplet: 99, D6 and DE. RGB value is (153,214,222). Sum of RGB (Red+Green+Blue) = 153+214+222=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #99D6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6DE is #662921. Grayscale: #C4C4C4. Windows color (decimal): -6695202 or 14603929. OLE color: 14603929.

HSL color Cylindrical-coordinate representation of color #99D6DE: hue angle of 186.96º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D6DE is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153214222-
CMYK0.310.0400.13
HSL186.96º51.11%73.53%-
HSV(B)186.96º31.08%87.06%-
XYZ50.3760.1478.06-
YUV196.67142.2996.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.98%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=25.98%
G=36.33%
B=37.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532142220.310.0400.13186.9651.1173.53
Hex99D6DE1F40Dbb334a
Octal23132633637401527363112
Binary1001100111010110110111101111110001101101110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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