Html Css Color HEX #98EBE0 Ice Cold

📋 copy color: '#98EBE0'

red 152 ◦ green 235 ◦ blue 224

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

Shades of Ice Cold #98EBE0

Tints of Ice Cold #98EBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

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

R = 24.88%
G = 38.46%
B = 36.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#98EBE0 (or 0x98EBE0) is known color: Ice Cold. HEX triplet: 98, EB and E0. RGB value is (152,235,224). Sum of RGB (Red+Green+Blue) = 152+235+224=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBE0 is #67141F. Grayscale: #D0D0D0. Windows color (decimal): -6755360 or 14740376. OLE color: 14740376.

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

Color convert

RGB 152 235 224 -
CMYK 0.35 0 0.05 0.08
HSL 172.05º 0.67% 0.76% -
HSV(B) 172.05º 0.35% 0.92% -
XYZ 56.11 71.47 81.36 -
YUV 208.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 152 235 224 0.35 0 0.05 0.08 172.05 0.67 0.76
Hex 98 EB E0 23 0 5 8 AC 43 4C
Octal 230 353 340 43 0 5 10 254 103 114
Binary 10011000 11101011 11100000 100011 0 101 1000 10101100 1000011 1001100

Color Harmonies of #98EBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EBE0

Black with #98EBE0

Text Example


Text Example

White with #98EBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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