#98EBDF

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

Shades of Ice Cold #98EBDF

Tints of Ice Cold #98EBDF

Color information

#98EBDF (or 0x98EBDF) is unknown color: approx Ice Cold. HEX triplet: 98, EB and DF. RGB value is (152,235,223). Sum of RGB (Red+Green+Blue) = 152+235+223=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBDF is #671420. Grayscale: #D0D0D0. Windows color (decimal): -6755361 or 14674840. OLE color: 14674840.

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

Color convert

RGB152235223-
CMYK0.3500.050.08
HSL171.33º67.48%75.88%-
HSV(B)171.33º35.32%92.16%-
XYZ55.9871.4280.65-
YUV208.8213687.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.92%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=24.92%
G=38.52%
B=36.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522352230.3500.050.08171.3367.4875.88
Hex98EBDF23058ab434c
Octal230353337430510253103114
Binary100110001110101111011111100011010110001010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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