#98E7DC

Color #98E7DC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #98E7DC

Tints of Ice Cold #98E7DC

Color information

#98E7DC (or 0x98E7DC) is unknown color: approx Ice Cold. HEX triplet: 98, E7 and DC. RGB value is (152,231,220). Sum of RGB (Red+Green+Blue) = 152+231+220=603 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.21% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #98E7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E7DC is #671823. Grayscale: #CECECE. Windows color (decimal): -6756388 or 14477208. OLE color: 14477208.

HSL color Cylindrical-coordinate representation of color #98E7DC: hue angle of 171.65º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E7DC is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB152231220-
CMYK0.3400.050.09
HSL171.65º62.2%75.1%-
HSV(B)171.65º34.2%90.59%-
XYZ54.4468.9978.16-
YUV206.12135.8389.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.21%
GREEN value IS 231 (90.62% from 255) = 38.31%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=25.21%
G=38.31%
B=36.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522312200.3400.050.09171.6562.275.1
Hex98E7DC22059ac3e4b
Octal23034733442051125476113
Binary10011000111001111101110010001001011001101011001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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