Html Css Color HEX #98EEDB Ice Cold

📋 copy color: '#98EEDB'

red 152 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #98EEDB

Tints of Ice Cold #98EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.08%

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 24.96%
G = 39.08%
B = 35.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#98EEDB (or 0x98EEDB) is known color: Ice Cold. HEX triplet: 98, EE and DB. RGB value is (152,238,219). Sum of RGB (Red+Green+Blue) = 152+238+219=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEDB is #671124. Grayscale: #D2D2D2. Windows color (decimal): -6754597 or 14413464. OLE color: 14413464.

HSL color Cylindrical-coordinate representation of color #98EEDB: hue angle of 166.74º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EEDB is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 238 219 -
CMYK 0.36 0 0.08 0.07
HSL 166.74º 0.72% 0.76% -
HSV(B) 166.74º 0.36% 0.93% -
XYZ 56.31 72.94 78.13 -
YUV 210.12 133.01 86.54 -
System Red Green Blue C M Y K H S L
Decimal 152 238 219 0.36 0 0.08 0.07 166.74 0.72 0.76
Hex 98 EE DB 24 0 8 7 A7 48 4C
Octal 230 356 333 44 0 10 7 247 110 114
Binary 10011000 11101110 11011011 100100 0 1000 111 10100111 1001000 1001100

Color Harmonies of #98EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EEDB

Black with #98EEDB

Text Example


Text Example

White with #98EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,238,219); }

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

background-color css

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

 a { background-color: rgb(152,238,219); }

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

border-color css

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

 span { border-color: rgb(152,238,219); }

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