#98EBDE

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

Shades of Ice Cold #98EBDE

Tints of Ice Cold #98EBDE

Color information

#98EBDE (or 0x98EBDE) is unknown color: approx Ice Cold. HEX triplet: 98, EB and DE. RGB value is (152,235,222). Sum of RGB (Red+Green+Blue) = 152+235+222=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBDE is #671421. Grayscale: #D0D0D0. Windows color (decimal): -6755362 or 14609304. OLE color: 14609304.

HSL color Cylindrical-coordinate representation of color #98EBDE: hue angle of 170.6º degrees, saturation: 0.67, 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 #98EBDE is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB152235222-
CMYK0.3500.060.08
HSL170.6º67.48%75.88%-
HSV(B)170.6º35.32%92.16%-
XYZ55.8471.3779.94-
YUV208.7135.587.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=24.96%
G=38.59%
B=36.45%

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
Decimal1522352220.3500.060.08170.667.4875.88
Hex98EBDE23068ab434c
Octal230353336430610253103114
Binary100110001110101111011110100011011010001010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,235,222); }

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

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

 a { background-color: rgb(152,235,222); }

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

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

 span { border-color: rgb(152,235,222); }

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