#98F5E2

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

Shades of Ice Cold #98F5E2

Tints of Ice Cold #98F5E2

Color information

#98F5E2 (or 0x98F5E2) is unknown color: approx Ice Cold. HEX triplet: 98, F5 and E2. RGB value is (152,245,226). Sum of RGB (Red+Green+Blue) = 152+245+226=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #98F5E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F5E2 is #670A1D. Grayscale: #D7D7D7. Windows color (decimal): -6752798 or 14874008. OLE color: 14874008.

HSL color Cylindrical-coordinate representation of color #98F5E2: hue angle of 167.74º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F5E2 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB152245226-
CMYK0.3800.080.04
HSL167.74º82.3%77.84%-
HSV(B)167.74º37.96%96.08%-
XYZ59.3377.4783.78-
YUV215.03134.1983.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.40%
GREEN value IS 245 (96.09% from 255) = 39.33%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=24.40%
G=39.33%
B=36.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522452260.3800.080.04167.7482.377.84
Hex98F5E226084a8524e
Octal230365342460104250122116
Binary100110001111010111100010100110010001001010100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,245,226); }

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

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

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

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

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

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

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