#98EFE0

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

Shades of Ice Cold #98EFE0

Tints of Ice Cold #98EFE0

Color information

#98EFE0 (or 0x98EFE0) is unknown color: approx Ice Cold. HEX triplet: 98, EF and E0. RGB value is (152,239,224). Sum of RGB (Red+Green+Blue) = 152+239+224=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFE0 is #67101F. Grayscale: #D3D3D3. Windows color (decimal): -6754336 or 14741400. OLE color: 14741400.

HSL color Cylindrical-coordinate representation of color #98EFE0: hue angle of 169.66º 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 #98EFE0 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB152239224-
CMYK0.3600.060.06
HSL169.66º73.11%76.67%-
HSV(B)169.66º36.4%93.73%-
XYZ57.2773.7981.75-
YUV211.28135.1885.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.72%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=24.72%
G=38.86%
B=36.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522392240.3600.060.06169.6673.1176.67
Hex98EFE024066aa494d
Octal23035734044066252111115
Binary10011000111011111110000010010001101101010101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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