Html Css Color HEX #97F2FF Blizzard Blue

📋 copy color: '#97F2FF'

red 151 ◦ green 242 ◦ blue 255

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

Shades of Blizzard Blue #97F2FF

Tints of Blizzard Blue #97F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.35%

 BLUE value IS 255 (100% from 255) = 39.35%

R = 23.3%
G = 37.35%
B = 39.35%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#97F2FF (or 0x97F2FF) is known color: Blizzard Blue. HEX triplet: 97, F2 and FF. RGB value is (151,242,255). Sum of RGB (Red+Green+Blue) = 151+242+255=648 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.30% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #97F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F2FF is #680D00. Grayscale: #D8D8D8. Windows color (decimal): -6819073 or 16773783. OLE color: 16773783.

HSL color Cylindrical-coordinate representation of color #97F2FF: hue angle of 187.5º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97F2FF is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 242 255 -
CMYK 0.41 0.05 0 0
HSL 187.5º 1% 0.8% -
HSV(B) 187.5º 0.41% 1% -
XYZ 62.56 77.3 106.23 -
YUV 216.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 151 242 255 0.41 0.05 0 0 187.5 1 0.8
Hex 97 F2 FF 29 5 0 0 BC 64 50
Octal 227 362 377 51 5 0 0 274 144 120
Binary 10010111 11110010 11111111 101001 101 0 0 10111100 1100100 1010000

Color Harmonies of #97F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F2FF

Black with #97F2FF

Text Example


Text Example

White with #97F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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