Html Css Color HEX #97E3F1 Blizzard Blue

📋 copy color: '#97E3F1'

red 151 ◦ green 227 ◦ blue 241

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

Shades of Blizzard Blue #97E3F1

Tints of Blizzard Blue #97E3F1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.67%

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 24.39%
G = 36.67%
B = 38.93%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97E3F1 (or 0x97E3F1) is known color: Blizzard Blue. HEX triplet: 97, E3 and F1. RGB value is (151,227,241). Sum of RGB (Red+Green+Blue) = 151+227+241=619 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.39% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #97E3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E3F1 is #681C0E. Grayscale: #CDCDCD. Windows color (decimal): -6822927 or 15852439. OLE color: 15852439.

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

Color convert

RGB 151 227 241 -
CMYK 0.37 0.06 0 0.05
HSL 189.33º 0.76% 0.77% -
HSV(B) 189.33º 0.37% 0.95% -
XYZ 56.11 67.87 93.36 -
YUV 205.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 151 227 241 0.37 0.06 0 0.05 189.33 0.76 0.77
Hex 97 E3 F1 25 6 0 5 BD 4C 4D
Octal 227 343 361 45 6 0 5 275 114 115
Binary 10010111 11100011 11110001 100101 110 0 101 10111101 1001100 1001101

Color Harmonies of #97E3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E3F1

Black with #97E3F1

Text Example


Text Example

White with #97E3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,227,241); }

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

background-color css

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

 a { background-color: rgb(151,227,241); }

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

border-color css

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

 span { border-color: rgb(151,227,241); }

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