#98DFDC

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

Shades of Morning Glory #98DFDC

Tints of Morning Glory #98DFDC

Color information

#98DFDC (or 0x98DFDC) is unknown color: approx Morning Glory. HEX triplet: 98, DF and DC. RGB value is (152,223,220). Sum of RGB (Red+Green+Blue) = 152+223+220=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFDC is #672023. Grayscale: #C9C9C9. Windows color (decimal): -6758436 or 14475160. OLE color: 14475160.

HSL color Cylindrical-coordinate representation of color #98DFDC: hue angle of 177.46º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFDC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB152223220-
CMYK0.3200.010.13
HSL177.46º52.59%73.53%-
HSV(B)177.46º31.84%87.45%-
XYZ52.2564.6277.43-
YUV201.43138.4892.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.55%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=25.55%
G=37.48%
B=36.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522232200.3200.010.13177.4652.5973.53
Hex98DFDC2001Db1354a
Octal23033733440011526165112
Binary100110001101111111011100100000011101101100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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