Html Css Color HEX #98EDDE Ice Cold

📋 copy color: '#98EDDE'

red 152 ◦ green 237 ◦ blue 222

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

Shades of Ice Cold #98EDDE

Tints of Ice Cold #98EDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 24.88%
G = 38.79%
B = 36.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#98EDDE (or 0x98EDDE) is known color: Ice Cold. HEX triplet: 98, ED and DE. RGB value is (152,237,222). Sum of RGB (Red+Green+Blue) = 152+237+222=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDDE is #671221. Grayscale: #D1D1D1. Windows color (decimal): -6754850 or 14609816. OLE color: 14609816.

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

Color convert

RGB 152 237 222 -
CMYK 0.36 0 0.06 0.07
HSL 169.41º 0.7% 0.76% -
HSV(B) 169.41º 0.36% 0.93% -
XYZ 56.42 72.52 80.13 -
YUV 209.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 152 237 222 0.36 0 0.06 0.07 169.41 0.7 0.76
Hex 98 ED DE 24 0 6 7 A9 46 4C
Octal 230 355 336 44 0 6 7 251 106 114
Binary 10011000 11101101 11011110 100100 0 110 111 10101001 1000110 1001100

Color Harmonies of #98EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDDE

Black with #98EDDE

Text Example


Text Example

White with #98EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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