#91EBF1

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

Shades of Blizzard Blue #91EBF1

Tints of Blizzard Blue #91EBF1

Color information

#91EBF1 (or 0x91EBF1) is unknown color: approx Blizzard Blue. HEX triplet: 91, EB and F1. RGB value is (145,235,241). Sum of RGB (Red+Green+Blue) = 145+235+241=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #91EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EBF1 is #6E140E. Grayscale: #D0D0D0. Windows color (decimal): -7214095 or 15854481. OLE color: 15854481.

HSL color Cylindrical-coordinate representation of color #91EBF1: hue angle of 183.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91EBF1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145235241-
CMYK0.400.0200.05
HSL183.75º77.42%75.69%-
HSV(B)183.75º39.83%94.51%-
XYZ57.2671.7994.06-
YUV208.77146.1882.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.35%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=23.35%
G=37.84%
B=38.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452352410.400.0200.05183.7577.4275.69
Hex91EBF128205b84d4c
Octal22135336150205270115114
Binary1001000111101011111100011010001001011011100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,235,241); }

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

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

 a { background-color: rgb(145,235,241); }

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

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

 span { border-color: rgb(145,235,241); }

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