Html Css Color HEX #97F0F2 Blizzard Blue

📋 copy color: '#97F0F2'

red 151 ◦ green 240 ◦ blue 242

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

Shades of Blizzard Blue #97F0F2

Tints of Blizzard Blue #97F0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 23.85%
G = 37.91%
B = 38.23%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97F0F2 (or 0x97F0F2) is known color: Blizzard Blue. HEX triplet: 97, F0 and F2. RGB value is (151,240,242). Sum of RGB (Red+Green+Blue) = 151+240+242=633 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.85% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #97F0F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F0F2 is #680F0D. Grayscale: #D5D5D5. Windows color (decimal): -6819598 or 15921303. OLE color: 15921303.

HSL color Cylindrical-coordinate representation of color #97F0F2: hue angle of 181.32º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F0F2 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 240 242 -
CMYK 0.38 0.01 0 0.05
HSL 181.32º 0.78% 0.77% -
HSV(B) 181.32º 0.38% 0.95% -
XYZ 59.95 75.31 95.38 -
YUV 213.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 151 240 242 0.38 0.01 0 0.05 181.32 0.78 0.77
Hex 97 F0 F2 26 1 0 5 B5 4E 4D
Octal 227 360 362 46 1 0 5 265 116 115
Binary 10010111 11110000 11110010 100110 1 0 101 10110101 1001110 1001101

Color Harmonies of #97F0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F0F2

Black with #97F0F2

Text Example


Text Example

White with #97F0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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