Html Css Color HEX #98F2DF Ice Cold

📋 copy color: '#98F2DF'

red 152 ◦ green 242 ◦ blue 223

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

Shades of Ice Cold #98F2DF

Tints of Ice Cold #98F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.22%

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 24.64%
G = 39.22%
B = 36.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#98F2DF (or 0x98F2DF) is known color: Ice Cold. HEX triplet: 98, F2 and DF. RGB value is (152,242,223). Sum of RGB (Red+Green+Blue) = 152+242+223=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2DF is #670D20. Grayscale: #D4D4D4. Windows color (decimal): -6753569 or 14676632. OLE color: 14676632.

HSL color Cylindrical-coordinate representation of color #98F2DF: hue angle of 167.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F2DF is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 242 223 -
CMYK 0.37 0 0.08 0.05
HSL 167.33º 0.78% 0.77% -
HSV(B) 167.33º 0.37% 0.95% -
XYZ 58.02 75.51 81.33 -
YUV 212.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 152 242 223 0.37 0 0.08 0.05 167.33 0.78 0.77
Hex 98 F2 DF 25 0 8 5 A7 4E 4D
Octal 230 362 337 45 0 10 5 247 116 115
Binary 10011000 11110010 11011111 100101 0 1000 101 10100111 1001110 1001101

Color Harmonies of #98F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F2DF

Black with #98F2DF

Text Example


Text Example

White with #98F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,242,223); }

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

background-color css

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

 a { background-color: rgb(152,242,223); }

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

border-color css

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

 span { border-color: rgb(152,242,223); }

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