Html Css Color HEX #97EEE0 Ice Cold

📋 copy color: '#97EEE0'

red 151 ◦ green 238 ◦ blue 224

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

Shades of Ice Cold #97EEE0

Tints of Ice Cold #97EEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.83%

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 24.63%
G = 38.83%
B = 36.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#97EEE0 (or 0x97EEE0) is known color: Ice Cold. HEX triplet: 97, EE and E0. RGB value is (151,238,224). Sum of RGB (Red+Green+Blue) = 151+238+224=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #97EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EEE0 is #68111F. Grayscale: #D2D2D2. Windows color (decimal): -6820128 or 14741143. OLE color: 14741143.

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

Color convert

RGB 151 238 224 -
CMYK 0.37 0 0.06 0.07
HSL 170.34º 0.72% 0.76% -
HSV(B) 170.34º 0.37% 0.93% -
XYZ 56.79 73.11 81.64 -
YUV 210.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 151 238 224 0.37 0 0.06 0.07 170.34 0.72 0.76
Hex 97 EE E0 25 0 6 7 AA 48 4C
Octal 227 356 340 45 0 6 7 252 110 114
Binary 10010111 11101110 11100000 100101 0 110 111 10101010 1001000 1001100

Color Harmonies of #97EEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EEE0

Black with #97EEE0

Text Example


Text Example

White with #97EEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,238,224); }

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

background-color css

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

 a { background-color: rgb(151,238,224); }

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

border-color css

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

 span { border-color: rgb(151,238,224); }

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