Html Css Color HEX #97E0F2 Blizzard Blue

📋 copy color: '#97E0F2'

red 151 ◦ green 224 ◦ blue 242

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

Shades of Blizzard Blue #97E0F2

Tints of Blizzard Blue #97E0F2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.3%

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

R = 24.47%
G = 36.3%
B = 39.22%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97E0F2 (or 0x97E0F2) is known color: Blizzard Blue. HEX triplet: 97, E0 and F2. RGB value is (151,224,242). Sum of RGB (Red+Green+Blue) = 151+224+242=617 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.47% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #97E0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E0F2 is #681F0D. Grayscale: #CCCCCC. Windows color (decimal): -6823694 or 15917207. OLE color: 15917207.

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

Color convert

RGB 151 224 242 -
CMYK 0.38 0.07 0 0.05
HSL 191.87º 0.78% 0.77% -
HSV(B) 191.87º 0.38% 0.95% -
XYZ 55.45 66.3 93.88 -
YUV 204.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 151 224 242 0.38 0.07 0 0.05 191.87 0.78 0.77
Hex 97 E0 F2 26 7 0 5 C0 4E 4D
Octal 227 340 362 46 7 0 5 300 116 115
Binary 10010111 11100000 11110010 100110 111 0 101 11000000 1001110 1001101

Color Harmonies of #97E0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E0F2

Black with #97E0F2

Text Example


Text Example

White with #97E0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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