#93EBFA

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

Shades of Blizzard Blue #93EBFA

Tints of Blizzard Blue #93EBFA

Color information

#93EBFA (or 0x93EBFA) is unknown color: approx Blizzard Blue. HEX triplet: 93, EB and FA. RGB value is (147,235,250). Sum of RGB (Red+Green+Blue) = 147+235+250=632 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.26% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #93EBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EBFA is #6C1405. Grayscale: #D2D2D2. Windows color (decimal): -7083014 or 16444307. OLE color: 16444307.

HSL color Cylindrical-coordinate representation of color #93EBFA: hue angle of 188.74º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93EBFA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147235250-
CMYK0.410.0600.02
HSL188.74º91.15%77.84%-
HSV(B)188.74º41.2%98.04%-
XYZ5972.52101.33-
YUV210.4150.3582.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.26%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=23.26%
G=37.18%
B=39.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472352500.410.0600.02188.7491.1577.84
Hex93EBFA29602bd5b4e
Octal22335337251602275133116
Binary1001001111101011111110101010011100101011110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93EBFA; }

 p { color: rgb(147,235,250); }

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

<style>
 a { background-color: #93EBFA; }

 a { background-color: rgb(147,235,250); }

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

<style>
 span { border-color: #93EBFA; }

 span { border-color: rgb(147,235,250); }

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