#98DBD8

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

Shades of Morning Glory #98DBD8

Tints of Morning Glory #98DBD8

Color information

#98DBD8 (or 0x98DBD8) is unknown color: approx Morning Glory. HEX triplet: 98, DB and D8. RGB value is (152,219,216). Sum of RGB (Red+Green+Blue) = 152+219+216=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBD8 is #672427. Grayscale: #C6C6C6. Windows color (decimal): -6759464 or 14211992. OLE color: 14211992.

HSL color Cylindrical-coordinate representation of color #98DBD8: hue angle of 177.31º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBD8 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB152219216-
CMYK0.3100.010.14
HSL177.31º48.2%72.75%-
HSV(B)177.31º30.59%85.88%-
XYZ50.6862.374.32-
YUV198.62137.894.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.89%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=25.89%
G=37.31%
B=36.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522192160.3100.010.14177.3148.272.75
Hex98DBD81F01Eb13049
Octal23033333037011626160111
Binary10011000110110111101100011111011110101100011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,216); }

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

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

 a { background-color: rgb(152,219,216); }

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

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

 span { border-color: rgb(152,219,216); }

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