Html Css Color HEX #97E3EA Blizzard Blue

📋 copy color: '#97E3EA'

red 151 ◦ green 227 ◦ blue 234

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

Shades of Blizzard Blue #97E3EA

Tints of Blizzard Blue #97E3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 24.67%
G = 37.09%
B = 38.24%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97E3EA (or 0x97E3EA) is known color: Blizzard Blue. HEX triplet: 97, E3 and EA. RGB value is (151,227,234). Sum of RGB (Red+Green+Blue) = 151+227+234=612 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.67% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #97E3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E3EA is #681C15. Grayscale: #CCCCCC. Windows color (decimal): -6822934 or 15393687. OLE color: 15393687.

HSL color Cylindrical-coordinate representation of color #97E3EA: hue angle of 185.06º 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 #97E3EA is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 227 234 -
CMYK 0.35 0.03 0 0.08
HSL 185.06º 0.66% 0.75% -
HSV(B) 185.06º 0.35% 0.92% -
XYZ 55.08 67.46 87.96 -
YUV 205.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 151 227 234 0.35 0.03 0 0.08 185.06 0.66 0.75
Hex 97 E3 EA 23 3 0 8 B9 42 4B
Octal 227 343 352 43 3 0 10 271 102 113
Binary 10010111 11100011 11101010 100011 11 0 1000 10111001 1000010 1001011

Color Harmonies of #97E3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E3EA

Black with #97E3EA

Text Example


Text Example

White with #97E3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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