Html Css Color HEX #97E0F3 Blizzard Blue

📋 copy color: '#97E0F3'

red 151 ◦ green 224 ◦ blue 243

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

Shades of Blizzard Blue #97E0F3

Tints of Blizzard Blue #97E0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.32%

R = 24.43%
G = 36.25%
B = 39.32%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97E0F3 (or 0x97E0F3) is known color: Blizzard Blue. HEX triplet: 97, E0 and F3. RGB value is (151,224,243). Sum of RGB (Red+Green+Blue) = 151+224+243=618 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.43% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #97E0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E0F3 is #681F0C. Grayscale: #CCCCCC. Windows color (decimal): -6823693 or 15982743. OLE color: 15982743.

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

Color convert

RGB 151 224 243 -
CMYK 0.38 0.08 0 0.05
HSL 192.39º 0.79% 0.77% -
HSV(B) 192.39º 0.38% 0.95% -
XYZ 55.6 66.36 94.67 -
YUV 204.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 151 224 243 0.38 0.08 0 0.05 192.39 0.79 0.77
Hex 97 E0 F3 26 8 0 5 C0 4F 4D
Octal 227 340 363 46 10 0 5 300 117 115
Binary 10010111 11100000 11110011 100110 1000 0 101 11000000 1001111 1001101

Color Harmonies of #97E0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E0F3

Black with #97E0F3

Text Example


Text Example

White with #97E0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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