Html Css Color HEX #97E8D6 Ice Cold

📋 copy color: '#97E8D6'

red 151 ◦ green 232 ◦ blue 214

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

Shades of Ice Cold #97E8D6

Tints of Ice Cold #97E8D6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.86%

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 25.29%
G = 38.86%
B = 35.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#97E8D6 (or 0x97E8D6) is known color: Ice Cold. HEX triplet: 97, E8 and D6. RGB value is (151,232,214). Sum of RGB (Red+Green+Blue) = 151+232+214=597 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.29% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #97E8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E8D6 is #681729. Grayscale: #CDCDCD. Windows color (decimal): -6821674 or 14084247. OLE color: 14084247.

HSL color Cylindrical-coordinate representation of color #97E8D6: hue angle of 166.67º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97E8D6 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 232 214 -
CMYK 0.35 0 0.08 0.09
HSL 166.67º 0.64% 0.75% -
HSV(B) 166.67º 0.35% 0.91% -
XYZ 53.76 69.15 74.13 -
YUV 205.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 151 232 214 0.35 0 0.08 0.09 166.67 0.64 0.75
Hex 97 E8 D6 23 0 8 9 A7 40 4B
Octal 227 350 326 43 0 10 11 247 100 113
Binary 10010111 11101000 11010110 100011 0 1000 1001 10100111 1000000 1001011

Color Harmonies of #97E8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E8D6

Black with #97E8D6

Text Example


Text Example

White with #97E8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,232,214); }

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

background-color css

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

 a { background-color: rgb(151,232,214); }

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

border-color css

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

 span { border-color: rgb(151,232,214); }

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