#99DEDD

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

Shades of Morning Glory #99DEDD

Tints of Morning Glory #99DEDD

Color information

#99DEDD (or 0x99DEDD) is unknown color: approx Morning Glory. HEX triplet: 99, DE and DD. RGB value is (153,222,221). Sum of RGB (Red+Green+Blue) = 153+222+221=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEDD is #662122. Grayscale: #C9C9C9. Windows color (decimal): -6693155 or 14540441. OLE color: 14540441.

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

Color convert

RGB153222221-
CMYK0.3100.000.13
HSL179.13º51.11%73.53%-
HSV(B)179.13º31.08%87.06%-
XYZ52.3164.2478.05-
YUV201.26139.1493.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=25.67%
G=37.25%
B=37.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532222210.3100.000.13179.1351.1173.53
Hex99DEDD1F00Db3334a
Octal23133633537001526363112
Binary10011001110111101101110111111001101101100111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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