#98E9DF

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

Shades of Ice Cold #98E9DF

Tints of Ice Cold #98E9DF

Color information

#98E9DF (or 0x98E9DF) is unknown color: approx Ice Cold. HEX triplet: 98, E9 and DF. RGB value is (152,233,223). Sum of RGB (Red+Green+Blue) = 152+233+223=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #98E9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E9DF is #671620. Grayscale: #CFCFCF. Windows color (decimal): -6755873 or 14674328. OLE color: 14674328.

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

Color convert

RGB152233223-
CMYK0.3500.040.09
HSL172.59º64.8%75.49%-
HSV(B)172.59º34.76%91.37%-
XYZ55.4170.2880.46-
YUV207.64136.6688.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25%
GREEN value IS 233 (91.41% from 255) = 38.32%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=25%
G=38.32%
B=36.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522332230.3500.040.09172.5964.875.49
Hex98E9DF23049ad414b
Octal230351337430411255101113
Binary100110001110100111011111100011010010011010110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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