Html Css Color HEX #98EFDC Ice Cold

📋 copy color: '#98EFDC'

red 152 ◦ green 239 ◦ blue 220

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

Shades of Ice Cold #98EFDC

Tints of Ice Cold #98EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.12%

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 24.88%
G = 39.12%
B = 36.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#98EFDC (or 0x98EFDC) is known color: Ice Cold. HEX triplet: 98, EF and DC. RGB value is (152,239,220). Sum of RGB (Red+Green+Blue) = 152+239+220=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFDC is #671023. Grayscale: #D2D2D2. Windows color (decimal): -6754340 or 14479256. OLE color: 14479256.

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

Color convert

RGB 152 239 220 -
CMYK 0.36 0 0.08 0.06
HSL 166.9º 0.73% 0.77% -
HSV(B) 166.9º 0.36% 0.94% -
XYZ 56.73 73.58 78.92 -
YUV 210.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 152 239 220 0.36 0 0.08 0.06 166.9 0.73 0.77
Hex 98 EF DC 24 0 8 6 A7 49 4D
Octal 230 357 334 44 0 10 6 247 111 115
Binary 10011000 11101111 11011100 100100 0 1000 110 10100111 1001001 1001101

Color Harmonies of #98EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EFDC

Black with #98EFDC

Text Example


Text Example

White with #98EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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