#98F1DD

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

Shades of Ice Cold #98F1DD

Tints of Ice Cold #98F1DD

Color information

#98F1DD (or 0x98F1DD) is unknown color: approx Ice Cold. HEX triplet: 98, F1 and DD. RGB value is (152,241,221). Sum of RGB (Red+Green+Blue) = 152+241+221=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1DD is #670E22. Grayscale: #D4D4D4. Windows color (decimal): -6753827 or 14545304. OLE color: 14545304.

HSL color Cylindrical-coordinate representation of color #98F1DD: hue angle of 166.52º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F1DD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB152241221-
CMYK0.3700.080.05
HSL166.52º76.07%77.06%-
HSV(B)166.52º36.93%94.51%-
XYZ57.4674.8179.82-
YUV212.11133.0185.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.76%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=24.76%
G=39.25%
B=35.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522412210.3700.080.05166.5276.0777.06
Hex98F1DD25085a74c4d
Octal230361335450105247114115
Binary100110001111000111011101100101010001011010011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,241,221); }

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

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

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

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

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

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

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