Html Css Color HEX #97EFE1 Ice Cold

📋 copy color: '#97EFE1'

red 151 ◦ green 239 ◦ blue 225

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

Shades of Ice Cold #97EFE1

Tints of Ice Cold #97EFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.86%

 BLUE value IS 225 (88.28% from 255) = 36.59%

R = 24.55%
G = 38.86%
B = 36.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#97EFE1 (or 0x97EFE1) is known color: Ice Cold. HEX triplet: 97, EF and E1. RGB value is (151,239,225). Sum of RGB (Red+Green+Blue) = 151+239+225=615 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.55% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EFE1 is #68101E. Grayscale: #D3D3D3. Windows color (decimal): -6819871 or 14806935. OLE color: 14806935.

HSL color Cylindrical-coordinate representation of color #97EFE1: hue angle of 170.45º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFE1 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 239 225 -
CMYK 0.37 0 0.06 0.06
HSL 170.45º 0.73% 0.76% -
HSV(B) 170.45º 0.37% 0.94% -
XYZ 57.22 73.75 82.45 -
YUV 211.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 151 239 225 0.37 0 0.06 0.06 170.45 0.73 0.76
Hex 97 EF E1 25 0 6 6 AA 49 4C
Octal 227 357 341 45 0 6 6 252 111 114
Binary 10010111 11101111 11100001 100101 0 110 110 10101010 1001001 1001100

Color Harmonies of #97EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EFE1

Black with #97EFE1

Text Example


Text Example

White with #97EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,239,225); }

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

background-color css

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

 a { background-color: rgb(151,239,225); }

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

border-color css

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

 span { border-color: rgb(151,239,225); }

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