Html Css Color HEX #97F4F8 Blizzard Blue

📋 copy color: '#97F4F8'

red 151 ◦ green 244 ◦ blue 248

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

Shades of Blizzard Blue #97F4F8

Tints of Blizzard Blue #97F4F8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.95%

 BLUE value IS 248 (97.27% from 255) = 38.57%

R = 23.48%
G = 37.95%
B = 38.57%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97F4F8 (or 0x97F4F8) is known color: Blizzard Blue. HEX triplet: 97, F4 and F8. RGB value is (151,244,248). Sum of RGB (Red+Green+Blue) = 151+244+248=643 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.48% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #97F4F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F4F8 is #680B07. Grayscale: #D8D8D8. Windows color (decimal): -6818568 or 16315543. OLE color: 16315543.

HSL color Cylindrical-coordinate representation of color #97F4F8: hue angle of 182.47º degrees, saturation: 0.87, 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 #97F4F8 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 244 248 -
CMYK 0.39 0.02 0 0.03
HSL 182.47º 0.87% 0.78% -
HSV(B) 182.47º 0.39% 0.97% -
XYZ 62.06 78.06 100.6 -
YUV 216.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 151 244 248 0.39 0.02 0 0.03 182.47 0.87 0.78
Hex 97 F4 F8 27 2 0 3 B6 57 4E
Octal 227 364 370 47 2 0 3 266 127 116
Binary 10010111 11110100 11111000 100111 10 0 11 10110110 1010111 1001110

Color Harmonies of #97F4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F4F8

Black with #97F4F8

Text Example


Text Example

White with #97F4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,244,248); }

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

background-color css

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

 a { background-color: rgb(151,244,248); }

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

border-color css

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

 span { border-color: rgb(151,244,248); }

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