#98DDDC

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

Shades of Morning Glory #98DDDC

Tints of Morning Glory #98DDDC

Color information

#98DDDC (or 0x98DDDC) is unknown color: approx Morning Glory. HEX triplet: 98, DD and DC. RGB value is (152,221,220). Sum of RGB (Red+Green+Blue) = 152+221+220=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDDC is #672223. Grayscale: #C8C8C8. Windows color (decimal): -6758948 or 14474648. OLE color: 14474648.

HSL color Cylindrical-coordinate representation of color #98DDDC: hue angle of 179.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDDC is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB152221220-
CMYK0.3100.000.13
HSL179.13º50.36%73.14%-
HSV(B)179.13º31.22%86.67%-
XYZ51.7263.5677.25-
YUV200.26139.1493.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=25.63%
G=37.27%
B=37.10%

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
Decimal1522212200.3100.000.13179.1350.3673.14
Hex98DDDC1F00Db33249
Octal23033533437001526362111
Binary10011000110111011101110011111001101101100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DDDC; }

 p { color: rgb(152,221,220); }

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

<style>
 a { background-color: #98DDDC; }

 a { background-color: rgb(152,221,220); }

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

<style>
 span { border-color: #98DDDC; }

 span { border-color: rgb(152,221,220); }

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