Html Css Color HEX #97EDDB Ice Cold

📋 copy color: '#97EDDB'

red 151 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #97EDDB

Tints of Ice Cold #97EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.04%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 24.88%
G = 39.04%
B = 36.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#97EDDB (or 0x97EDDB) is known color: Ice Cold. HEX triplet: 97, ED and DB. RGB value is (151,237,219). Sum of RGB (Red+Green+Blue) = 151+237+219=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDDB is #681224. Grayscale: #D1D1D1. Windows color (decimal): -6820389 or 14413207. OLE color: 14413207.

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

Color convert

RGB 151 237 219 -
CMYK 0.36 0 0.08 0.07
HSL 167.44º 0.7% 0.76% -
HSV(B) 167.44º 0.36% 0.93% -
XYZ 55.83 72.26 78.02 -
YUV 209.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 151 237 219 0.36 0 0.08 0.07 167.44 0.7 0.76
Hex 97 ED DB 24 0 8 7 A7 46 4C
Octal 227 355 333 44 0 10 7 247 106 114
Binary 10010111 11101101 11011011 100100 0 1000 111 10100111 1000110 1001100

Color Harmonies of #97EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EDDB

Black with #97EDDB

Text Example


Text Example

White with #97EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,237,219); }

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

background-color css

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

 a { background-color: rgb(151,237,219); }

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

border-color css

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

 span { border-color: rgb(151,237,219); }

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