Html Css Color HEX #98EDDB Ice Cold

📋 copy color: '#98EDDB'

red 152 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #98EDDB

Tints of Ice Cold #98EDDB

RGB

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

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

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

R = 25%
G = 38.98%
B = 36.02%

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

#98EDDB (or 0x98EDDB) is known color: Ice Cold. HEX triplet: 98, ED and DB. RGB value is (152,237,219). Sum of RGB (Red+Green+Blue) = 152+237+219=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDDB is #671224. Grayscale: #D1D1D1. Windows color (decimal): -6754853 or 14413208. OLE color: 14413208.

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

Color convert

RGB 152 237 219 -
CMYK 0.36 0 0.08 0.07
HSL 167.29º 0.7% 0.76% -
HSV(B) 167.29º 0.36% 0.93% -
XYZ 56.02 72.36 78.03 -
YUV 209.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 152 237 219 0.36 0 0.08 0.07 167.29 0.7 0.76
Hex 98 ED DB 24 0 8 7 A7 46 4C
Octal 230 355 333 44 0 10 7 247 106 114
Binary 10011000 11101101 11011011 100100 0 1000 111 10100111 1000110 1001100

Color Harmonies of #98EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDDB

Black with #98EDDB

Text Example


Text Example

White with #98EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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