#98DBDA

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

Shades of Morning Glory #98DBDA

Tints of Morning Glory #98DBDA

Color information

#98DBDA (or 0x98DBDA) is unknown color: approx Morning Glory. HEX triplet: 98, DB and DA. RGB value is (152,219,218). Sum of RGB (Red+Green+Blue) = 152+219+218=589 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.81% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBDA is #672425. Grayscale: #C6C6C6. Windows color (decimal): -6759462 or 14343064. OLE color: 14343064.

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

Color convert

RGB152219218-
CMYK0.3100.000.14
HSL179.1º48.2%72.75%-
HSV(B)179.1º30.59%85.88%-
XYZ50.9462.475.69-
YUV198.85138.894.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.81%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=25.81%
G=37.18%
B=37.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522192180.3100.000.14179.148.272.75
Hex98DBDA1F00Eb33049
Octal23033333237001626360111
Binary10011000110110111101101011111001110101100111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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