#98ecdc

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

Shades of Ice Cold #98ECDC

Tints of Ice Cold #98ECDC

Color information

#98ECDC (or 0x98ECDC) is unknown color: approx Ice Cold. HEX triplet: 98, EC and DC. RGB value is (152,236,220). Sum of RGB (Red+Green+Blue) = 152+236+220=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #98ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98ECDC is #671323. Grayscale: #D1D1D1. Windows color (decimal): -6755108 or 14478488. OLE color: 14478488.

HSL color Cylindrical-coordinate representation of color #98ECDC: hue angle of 168.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98ECDC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB152236220-
CMYK0.3600.070.07
HSL168.57º68.85%76.08%-
HSV(B)168.57º35.59%92.55%-
XYZ55.8671.8378.63-
YUV209.06134.1787.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25%
GREEN value IS 236 (92.58% from 255) = 38.82%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=25%
G=38.82%
B=36.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522362200.3600.070.07168.5768.8576.08
Hex98ECDC24077a9454c
Octal23035433444077251105114
Binary10011000111011001101110010010001111111010100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ecdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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