#91EDFA

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

Shades of Blizzard Blue #91EDFA

Tints of Blizzard Blue #91EDFA

Color information

#91EDFA (or 0x91EDFA) is unknown color: approx Blizzard Blue. HEX triplet: 91, ED and FA. RGB value is (145,237,250). Sum of RGB (Red+Green+Blue) = 145+237+250=632 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.94% from 632); Green value is 237 (92.97% from 255 or 37.5% 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 #91EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDFA is #6E1205. Grayscale: #D2D2D2. Windows color (decimal): -7213574 or 16444817. OLE color: 16444817.

HSL color Cylindrical-coordinate representation of color #91EDFA: hue angle of 187.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91EDFA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145237250-
CMYK0.420.0500.02
HSL187.43º91.3%77.45%-
HSV(B)187.43º42%98.04%-
XYZ59.2273.49101.51-
YUV210.97150.0280.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.94%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=22.94%
G=37.5%
B=39.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452372500.420.0500.02187.4391.377.45
Hex91EDFA2A502bb5b4d
Octal22135537252502273133115
Binary1001000111101101111110101010101010101011101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91EDFA; }

 p { color: rgb(145,237,250); }

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

<style>
 a { background-color: #91EDFA; }

 a { background-color: rgb(145,237,250); }

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

<style>
 span { border-color: #91EDFA; }

 span { border-color: rgb(145,237,250); }

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