#98EFDA

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

Shades of Ice Cold #98EFDA

Tints of Ice Cold #98EFDA

Color information

#98EFDA (or 0x98EFDA) is unknown color: approx Ice Cold. HEX triplet: 98, EF and DA. RGB value is (152,239,218). Sum of RGB (Red+Green+Blue) = 152+239+218=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFDA is #671025. Grayscale: #D2D2D2. Windows color (decimal): -6754342 or 14348184. OLE color: 14348184.

HSL color Cylindrical-coordinate representation of color #98EFDA: hue angle of 165.52º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFDA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB152239218-
CMYK0.3600.090.06
HSL165.52º73.11%76.67%-
HSV(B)165.52º36.4%93.73%-
XYZ56.4773.4777.53-
YUV210.59132.1886.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=24.96%
G=39.24%
B=35.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522392180.3600.090.06165.5273.1176.67
Hex98EFDA24096a6494d
Octal230357332440116246111115
Binary100110001110111111011010100100010011101010011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,239,218); }

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

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

 a { background-color: rgb(152,239,218); }

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

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

 span { border-color: rgb(152,239,218); }

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