Html Css Color HEX #98EDDD Ice Cold

📋 copy color: '#98EDDD'

red 152 ◦ green 237 ◦ blue 221

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

Shades of Ice Cold #98EDDD

Tints of Ice Cold #98EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 24.92%
G = 38.85%
B = 36.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#98EDDD (or 0x98EDDD) is known color: Ice Cold. HEX triplet: 98, ED and DD. RGB value is (152,237,221). Sum of RGB (Red+Green+Blue) = 152+237+221=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDDD is #671222. Grayscale: #D1D1D1. Windows color (decimal): -6754851 or 14544280. OLE color: 14544280.

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

Color convert

RGB 152 237 221 -
CMYK 0.36 0 0.07 0.07
HSL 168.71º 0.7% 0.76% -
HSV(B) 168.71º 0.36% 0.93% -
XYZ 56.28 72.46 79.43 -
YUV 209.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 152 237 221 0.36 0 0.07 0.07 168.71 0.7 0.76
Hex 98 ED DD 24 0 7 7 A9 46 4C
Octal 230 355 335 44 0 7 7 251 106 114
Binary 10011000 11101101 11011101 100100 0 111 111 10101001 1000110 1001100

Color Harmonies of #98EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDDD

Black with #98EDDD

Text Example


Text Example

White with #98EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,237,221); }

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

background-color css

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

 a { background-color: rgb(152,237,221); }

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

border-color css

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

 span { border-color: rgb(152,237,221); }

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