Html Css Color HEX #98F1DD Ice Cold

📋 copy color: '#98F1DD'

red 152 ◦ green 241 ◦ blue 221

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

Shades of Ice Cold #98F1DD

Tints of Ice Cold #98F1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.25%

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

R = 24.76%
G = 39.25%
B = 35.99%

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

#98F1DD (or 0x98F1DD) is known color: Ice Cold. HEX triplet: 98, F1 and DD. RGB value is (152,241,221). Sum of RGB (Red+Green+Blue) = 152+241+221=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1DD is #670E22. Grayscale: #D4D4D4. Windows color (decimal): -6753827 or 14545304. OLE color: 14545304.

HSL color Cylindrical-coordinate representation of color #98F1DD: hue angle of 166.52º degrees, saturation: 0.76, 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 #98F1DD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 241 221 -
CMYK 0.37 0 0.08 0.05
HSL 166.52º 0.76% 0.77% -
HSV(B) 166.52º 0.37% 0.95% -
XYZ 57.46 74.81 79.82 -
YUV 212.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 152 241 221 0.37 0 0.08 0.05 166.52 0.76 0.77
Hex 98 F1 DD 25 0 8 5 A7 4C 4D
Octal 230 361 335 45 0 10 5 247 114 115
Binary 10011000 11110001 11011101 100101 0 1000 101 10100111 1001100 1001101

Color Harmonies of #98F1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F1DD

Black with #98F1DD

Text Example


Text Example

White with #98F1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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