#98EADD

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

Shades of Ice Cold #98EADD

Tints of Ice Cold #98EADD

Color information

#98EADD (or 0x98EADD) is unknown color: approx Ice Cold. HEX triplet: 98, EA and DD. RGB value is (152,234,221). Sum of RGB (Red+Green+Blue) = 152+234+221=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #98EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EADD is #671522. Grayscale: #CFCFCF. Windows color (decimal): -6755619 or 14543512. OLE color: 14543512.

HSL color Cylindrical-coordinate representation of color #98EADD: hue angle of 170.49º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EADD is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB152234221-
CMYK0.3500.060.08
HSL170.49º66.13%75.69%-
HSV(B)170.49º35.04%91.76%-
XYZ55.4270.7479.14-
YUV208135.3388.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.04%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=25.04%
G=38.55%
B=36.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522342210.3500.060.08170.4966.1375.69
Hex98EADD23068aa424c
Octal230352335430610252102114
Binary100110001110101011011101100011011010001010101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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