Html Css Color HEX #97F1DF Ice Cold

📋 copy color: '#97F1DF'

red 151 ◦ green 241 ◦ blue 223

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

Shades of Ice Cold #97F1DF

Tints of Ice Cold #97F1DF

RGB

 RED value IS 151 (59.38% from 255) = 24.55%

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

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

R = 24.55%
G = 39.19%
B = 36.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#97F1DF (or 0x97F1DF) is known color: Ice Cold. HEX triplet: 97, F1 and DF. RGB value is (151,241,223). Sum of RGB (Red+Green+Blue) = 151+241+223=615 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.55% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #97F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F1DF is #680E20. Grayscale: #D4D4D4. Windows color (decimal): -6819361 or 14676375. OLE color: 14676375.

HSL color Cylindrical-coordinate representation of color #97F1DF: hue angle of 168º 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 #97F1DF is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 241 223 -
CMYK 0.37 0 0.07 0.05
HSL 168º 0.76% 0.77% -
HSV(B) 168º 0.37% 0.95% -
XYZ 57.54 74.82 81.22 -
YUV 212.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 151 241 223 0.37 0 0.07 0.05 168 0.76 0.77
Hex 97 F1 DF 25 0 7 5 A8 4C 4D
Octal 227 361 337 45 0 7 5 250 114 115
Binary 10010111 11110001 11011111 100101 0 111 101 10101000 1001100 1001101

Color Harmonies of #97F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F1DF

Black with #97F1DF

Text Example


Text Example

White with #97F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97F1DF; }

 p { color: rgb(151,241,223); }

 H1.HeaderClassName
 {
   color: #97F1DF;
 }
 .AnyTagClassName
 {
   color: #97F1DF;
 }
</style>

background-color css

<style>
 a { background-color: #97F1DF; }

 a { background-color: rgb(151,241,223); }

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

border-color css

<style>
 span { border-color: #97F1DF; }

 span { border-color: rgb(151,241,223); }

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