Html Css Color HEX #97E8EC Blizzard Blue

📋 copy color: '#97E8EC'

red 151 ◦ green 232 ◦ blue 236

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

Shades of Blizzard Blue #97E8EC

Tints of Blizzard Blue #97E8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.48%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 24.39%
G = 37.48%
B = 38.13%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#97E8EC (or 0x97E8EC) is known color: Blizzard Blue. HEX triplet: 97, E8 and EC. RGB value is (151,232,236). Sum of RGB (Red+Green+Blue) = 151+232+236=619 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.39% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #97E8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97E8EC is #681713. Grayscale: #D0D0D0. Windows color (decimal): -6821652 or 15526039. OLE color: 15526039.

HSL color Cylindrical-coordinate representation of color #97E8EC: hue angle of 182.82º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97E8EC is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 232 236 -
CMYK 0.36 0.02 0 0.07
HSL 182.82º 0.69% 0.76% -
HSV(B) 182.82º 0.36% 0.93% -
XYZ 56.76 70.35 89.94 -
YUV 208.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 151 232 236 0.36 0.02 0 0.07 182.82 0.69 0.76
Hex 97 E8 EC 24 2 0 7 B7 45 4C
Octal 227 350 354 44 2 0 7 267 105 114
Binary 10010111 11101000 11101100 100100 10 0 111 10110111 1000101 1001100

Color Harmonies of #97E8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E8EC

Black with #97E8EC

Text Example


Text Example

White with #97E8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,232,236); }

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

background-color css

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

 a { background-color: rgb(151,232,236); }

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

border-color css

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

 span { border-color: rgb(151,232,236); }

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