Html Css Color HEX #98EAE0 Ice Cold

📋 copy color: '#98EAE0'

red 152 ◦ green 234 ◦ blue 224

#98EAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #98EAE0

Tints of Ice Cold #98EAE0

RGB

 RED value IS 152 (59.77% from 255) = 24.92%

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 224 (87.89% from 255) = 36.72%

R = 24.92%
G = 38.36%
B = 36.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#98EAE0 (or 0x98EAE0) is known color: Ice Cold. HEX triplet: 98, EA and E0. RGB value is (152,234,224). Sum of RGB (Red+Green+Blue) = 152+234+224=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAE0 is #67151F. Grayscale: #D0D0D0. Windows color (decimal): -6755616 or 14740120. OLE color: 14740120.

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

Color convert

RGB 152 234 224 -
CMYK 0.35 0 0.04 0.08
HSL 172.68º 0.66% 0.76% -
HSV(B) 172.68º 0.35% 0.92% -
XYZ 55.83 70.9 81.26 -
YUV 208.34 136.83 87.81 -
System Red Green Blue C M Y K H S L
Decimal 152 234 224 0.35 0 0.04 0.08 172.68 0.66 0.76
Hex 98 EA E0 23 0 4 8 AD 42 4C
Octal 230 352 340 43 0 4 10 255 102 114
Binary 10011000 11101010 11100000 100011 0 100 1000 10101101 1000010 1001100

Color Harmonies of #98EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EAE0

Black with #98EAE0

Text Example


Text Example

White with #98EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98EAE0;
 }
 .AnyTagClassName
 {
   color: #98EAE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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