Html Css Color HEX #97EFDF Ice Cold

📋 copy color: '#97EFDF'

red 151 ◦ green 239 ◦ blue 223

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

Shades of Ice Cold #97EFDF

Tints of Ice Cold #97EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 24.63%
G = 38.99%
B = 36.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#97EFDF (or 0x97EFDF) is known color: Ice Cold. HEX triplet: 97, EF and DF. RGB value is (151,239,223). Sum of RGB (Red+Green+Blue) = 151+239+223=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EFDF is #681020. Grayscale: #D2D2D2. Windows color (decimal): -6819873 or 14675863. OLE color: 14675863.

HSL color Cylindrical-coordinate representation of color #97EFDF: hue angle of 169.09º 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 #97EFDF is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 239 223 -
CMYK 0.37 0 0.07 0.06
HSL 169.09º 0.73% 0.76% -
HSV(B) 169.09º 0.37% 0.94% -
XYZ 56.95 73.64 81.02 -
YUV 210.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 151 239 223 0.37 0 0.07 0.06 169.09 0.73 0.76
Hex 97 EF DF 25 0 7 6 A9 49 4C
Octal 227 357 337 45 0 7 6 251 111 114
Binary 10010111 11101111 11011111 100101 0 111 110 10101001 1001001 1001100

Color Harmonies of #97EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EFDF

Black with #97EFDF

Text Example


Text Example

White with #97EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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