#99DFDC

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

Shades of Morning Glory #99DFDC

Tints of Morning Glory #99DFDC

Color information

#99DFDC (or 0x99DFDC) is unknown color: approx Morning Glory. HEX triplet: 99, DF and DC. RGB value is (153,223,220). Sum of RGB (Red+Green+Blue) = 153+223+220=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFDC is #662023. Grayscale: #C9C9C9. Windows color (decimal): -6692900 or 14475161. OLE color: 14475161.

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

Color convert

RGB153223220-
CMYK0.3100.010.13
HSL177.43º52.24%73.73%-
HSV(B)177.43º31.39%87.45%-
XYZ52.4464.7177.44-
YUV201.73138.3193.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=25.67%
G=37.42%
B=36.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532232200.3100.010.13177.4352.2473.73
Hex99DFDC1F01Db1344a
Octal23133733437011526164112
Binary10011001110111111101110011111011101101100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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