Html Css Color HEX #97EBDB Ice Cold

📋 copy color: '#97EBDB'

red 151 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #97EBDB

Tints of Ice Cold #97EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.84%

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

R = 24.96%
G = 38.84%
B = 36.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#97EBDB (or 0x97EBDB) is known color: Ice Cold. HEX triplet: 97, EB and DB. RGB value is (151,235,219). Sum of RGB (Red+Green+Blue) = 151+235+219=605 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.96% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBDB is #681424. Grayscale: #D0D0D0. Windows color (decimal): -6820901 or 14412695. OLE color: 14412695.

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

Color convert

RGB 151 235 219 -
CMYK 0.36 0 0.07 0.08
HSL 168.57º 0.68% 0.76% -
HSV(B) 168.57º 0.36% 0.92% -
XYZ 55.26 71.11 77.83 -
YUV 208.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 151 235 219 0.36 0 0.07 0.08 168.57 0.68 0.76
Hex 97 EB DB 24 0 7 8 A9 44 4C
Octal 227 353 333 44 0 7 10 251 104 114
Binary 10010111 11101011 11011011 100100 0 111 1000 10101001 1000100 1001100

Color Harmonies of #97EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EBDB

Black with #97EBDB

Text Example


Text Example

White with #97EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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