Html Css Color HEX #97F0F9 Blizzard Blue

📋 copy color: '#97F0F9'

red 151 ◦ green 240 ◦ blue 249

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

Shades of Blizzard Blue #97F0F9

Tints of Blizzard Blue #97F0F9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.5%

 BLUE value IS 249 (97.66% from 255) = 38.91%

R = 23.59%
G = 37.5%
B = 38.91%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97F0F9 (or 0x97F0F9) is known color: Blizzard Blue. HEX triplet: 97, F0 and F9. RGB value is (151,240,249). Sum of RGB (Red+Green+Blue) = 151+240+249=640 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.59% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #97F0F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F0F9 is #680F06. Grayscale: #D6D6D6. Windows color (decimal): -6819591 or 16380055. OLE color: 16380055.

HSL color Cylindrical-coordinate representation of color #97F0F9: hue angle of 185.51º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F0F9 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 240 249 -
CMYK 0.39 0.04 0 0.02
HSL 185.51º 0.89% 0.78% -
HSV(B) 185.51º 0.39% 0.98% -
XYZ 61.02 75.74 101.03 -
YUV 214.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 151 240 249 0.39 0.04 0 0.02 185.51 0.89 0.78
Hex 97 F0 F9 27 4 0 2 BA 59 4E
Octal 227 360 371 47 4 0 2 272 131 116
Binary 10010111 11110000 11111001 100111 100 0 10 10111010 1011001 1001110

Color Harmonies of #97F0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F0F9

Black with #97F0F9

Text Example


Text Example

White with #97F0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,240,249); }

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

background-color css

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

 a { background-color: rgb(151,240,249); }

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

border-color css

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

 span { border-color: rgb(151,240,249); }

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