#9BE1F2

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

Shades of Blizzard Blue #9BE1F2

Tints of Blizzard Blue #9BE1F2

Color information

#9BE1F2 (or 0x9BE1F2) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E1 and F2. RGB value is (155,225,242). Sum of RGB (Red+Green+Blue) = 155+225+242=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BE1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1F2 is #641E0D. Grayscale: #CDCDCD. Windows color (decimal): -6561294 or 15917467. OLE color: 15917467.

HSL color Cylindrical-coordinate representation of color #9BE1F2: hue angle of 191.72º degrees, saturation: 0.77, 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 #9BE1F2 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155225242-
CMYK0.360.0700.05
HSL191.72º76.99%77.84%-
HSV(B)191.72º35.95%94.9%-
XYZ56.4767.2394-
YUV206.01148.3191.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.92%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=24.92%
G=36.17%
B=38.91%

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
Decimal1552252420.360.0700.05191.7276.9977.84
Hex9BE1F224705c04d4e
Octal23334136244705300115116
Binary10011011111000011111001010010011101011100000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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