Html Css Color HEX #97EAE4 Blizzard Blue

📋 copy color: '#97EAE4'

red 151 ◦ green 234 ◦ blue 228

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

Shades of Blizzard Blue #97EAE4

Tints of Blizzard Blue #97EAE4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 24.63%
G = 38.17%
B = 37.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#97EAE4 (or 0x97EAE4) is known color: Blizzard Blue. HEX triplet: 97, EA and E4. RGB value is (151,234,228). Sum of RGB (Red+Green+Blue) = 151+234+228=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #97EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EAE4 is #68151B. Grayscale: #D0D0D0. Windows color (decimal): -6821148 or 15002263. OLE color: 15002263.

HSL color Cylindrical-coordinate representation of color #97EAE4: hue angle of 175.66º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97EAE4 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 234 228 -
CMYK 0.35 0 0.03 0.08
HSL 175.66º 0.66% 0.75% -
HSV(B) 175.66º 0.35% 0.92% -
XYZ 56.19 71.03 84.15 -
YUV 208.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 151 234 228 0.35 0 0.03 0.08 175.66 0.66 0.75
Hex 97 EA E4 23 0 3 8 B0 42 4B
Octal 227 352 344 43 0 3 10 260 102 113
Binary 10010111 11101010 11100100 100011 0 11 1000 10110000 1000010 1001011

Color Harmonies of #97EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EAE4

Black with #97EAE4

Text Example


Text Example

White with #97EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,234,228); }

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

background-color css

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

 a { background-color: rgb(151,234,228); }

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

border-color css

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

 span { border-color: rgb(151,234,228); }

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