Html Css Color HEX #97E3F2 Blizzard Blue

📋 copy color: '#97E3F2'

red 151 ◦ green 227 ◦ blue 242

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

Shades of Blizzard Blue #97E3F2

Tints of Blizzard Blue #97E3F2

RGB

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

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

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

R = 24.35%
G = 36.61%
B = 39.03%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97E3F2 (or 0x97E3F2) is known color: Blizzard Blue. HEX triplet: 97, E3 and F2. RGB value is (151,227,242). Sum of RGB (Red+Green+Blue) = 151+227+242=620 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.35% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #97E3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E3F2 is #681C0D. Grayscale: #CDCDCD. Windows color (decimal): -6822926 or 15917975. OLE color: 15917975.

HSL color Cylindrical-coordinate representation of color #97E3F2: hue angle of 189.89º 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 #97E3F2 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 227 242 -
CMYK 0.38 0.06 0 0.05
HSL 189.89º 0.78% 0.77% -
HSV(B) 189.89º 0.38% 0.95% -
XYZ 56.26 67.93 94.15 -
YUV 205.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 151 227 242 0.38 0.06 0 0.05 189.89 0.78 0.77
Hex 97 E3 F2 26 6 0 5 BE 4E 4D
Octal 227 343 362 46 6 0 5 276 116 115
Binary 10010111 11100011 11110010 100110 110 0 101 10111110 1001110 1001101

Color Harmonies of #97E3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E3F2

Black with #97E3F2

Text Example


Text Example

White with #97E3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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