Html Css Color HEX #97E7F7 Blizzard Blue

📋 copy color: '#97E7F7'

red 151 ◦ green 231 ◦ blue 247

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

Shades of Blizzard Blue #97E7F7

Tints of Blizzard Blue #97E7F7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.72%

 BLUE value IS 247 (96.88% from 255) = 39.27%

R = 24.01%
G = 36.72%
B = 39.27%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97E7F7 (or 0x97E7F7) is known color: Blizzard Blue. HEX triplet: 97, E7 and F7. RGB value is (151,231,247). Sum of RGB (Red+Green+Blue) = 151+231+247=629 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.01% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #97E7F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97E7F7 is #681808. Grayscale: #D0D0D0. Windows color (decimal): -6821897 or 16246679. OLE color: 16246679.

HSL color Cylindrical-coordinate representation of color #97E7F7: hue angle of 190º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97E7F7 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 231 247 -
CMYK 0.39 0.06 0 0.03
HSL 190º 0.86% 0.78% -
HSV(B) 190º 0.39% 0.97% -
XYZ 58.13 70.45 98.53 -
YUV 208.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 151 231 247 0.39 0.06 0 0.03 190 0.86 0.78
Hex 97 E7 F7 27 6 0 3 BE 56 4E
Octal 227 347 367 47 6 0 3 276 126 116
Binary 10010111 11100111 11110111 100111 110 0 11 10111110 1010110 1001110

Color Harmonies of #97E7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E7F7

Black with #97E7F7

Text Example


Text Example

White with #97E7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,231,247); }

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

background-color css

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

 a { background-color: rgb(151,231,247); }

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

border-color css

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

 span { border-color: rgb(151,231,247); }

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