#9BE1F3

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

Shades of Blizzard Blue #9BE1F3

Tints of Blizzard Blue #9BE1F3

Color information

#9BE1F3 (or 0x9BE1F3) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E1 and F3. RGB value is (155,225,243). Sum of RGB (Red+Green+Blue) = 155+225+243=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BE1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1F3 is #641E0C. Grayscale: #CDCDCD. Windows color (decimal): -6561293 or 15983003. OLE color: 15983003.

HSL color Cylindrical-coordinate representation of color #9BE1F3: hue angle of 192.27º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BE1F3 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155225243-
CMYK0.360.0700.05
HSL192.27º78.57%78.04%-
HSV(B)192.27º36.21%95.29%-
XYZ56.6267.2994.8-
YUV206.12148.8191.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.88%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=24.88%
G=36.12%
B=39.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552252430.360.0700.05192.2778.5778.04
Hex9BE1F324705c04f4e
Octal23334136344705300117116
Binary10011011111000011111001110010011101011100000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BE1F3; }

 p { color: rgb(155,225,243); }

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

<style>
 a { background-color: #9BE1F3; }

 a { background-color: rgb(155,225,243); }

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

<style>
 span { border-color: #9BE1F3; }

 span { border-color: rgb(155,225,243); }

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