#97EFEB

Color #97EFEB Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #97EFEB

Tints of Blizzard Blue #97EFEB

Color information

#97EFEB (or 0x97EFEB) is unknown color: approx Blizzard Blue. HEX triplet: 97, EF and EB. RGB value is (151,239,235). Sum of RGB (Red+Green+Blue) = 151+239+235=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EFEB is #681014. Grayscale: #D4D4D4. Windows color (decimal): -6819861 or 15462295. OLE color: 15462295.

HSL color Cylindrical-coordinate representation of color #97EFEB: hue angle of 177.27º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFEB is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB151239235-
CMYK0.3700.020.06
HSL177.27º73.33%76.47%-
HSV(B)177.27º36.82%93.73%-
XYZ58.6274.3189.85-
YUV212.23140.8584.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.16%
GREEN value IS 239 (93.75% from 255) = 38.24%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=24.16%
G=38.24%
B=37.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512392350.3700.020.06177.2773.3376.47
Hex97EFEB25026b1494c
Octal22735735345026261111114
Binary1001011111101111111010111001010101101011000110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,239,235); }

 H1.HeaderClassName
 {
   color: #97EFEB;
 }
 .AnyTagClassName
 {
   color: #97EFEB;
 }
</style>
background-color css

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

 a { background-color: rgb(151,239,235); }

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

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

 span { border-color: rgb(151,239,235); }

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