#98DBDB

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

Shades of Morning Glory #98DBDB

Tints of Morning Glory #98DBDB

Color information

#98DBDB (or 0x98DBDB) is unknown color: approx Morning Glory. HEX triplet: 98, DB and DB. RGB value is (152,219,219). Sum of RGB (Red+Green+Blue) = 152+219+219=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #98DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBDB is #672424. Grayscale: #C6C6C6. Windows color (decimal): -6759461 or 14408600. OLE color: 14408600.

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

Color convert

RGB152219219-
CMYK0.31000.14
HSL180º48.2%72.75%-
HSV(B)180º30.59%85.88%-
XYZ51.0762.4576.38-
YUV198.97139.394.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.76%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=25.76%
G=37.12%
B=37.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522192190.31000.1418048.272.75
Hex98DBDB1F00Eb43049
Octal23033333337001626460111
Binary10011000110110111101101111111001110101101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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