#9BE9F3

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

Shades of Blizzard Blue #9BE9F3

Tints of Blizzard Blue #9BE9F3

Color information

#9BE9F3 (or 0x9BE9F3) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E9 and F3. RGB value is (155,233,243). Sum of RGB (Red+Green+Blue) = 155+233+243=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BE9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE9F3 is #64160C. Grayscale: #D2D2D2. Windows color (decimal): -6559245 or 15985051. OLE color: 15985051.

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

Color convert

RGB155233243-
CMYK0.360.0400.05
HSL186.82º78.57%78.04%-
HSV(B)186.82º36.21%95.29%-
XYZ58.8371.7295.54-
YUV210.82146.1688.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.56%
GREEN value IS 233 (91.41% from 255) = 36.93%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=24.56%
G=36.93%
B=38.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552332430.360.0400.05186.8278.5778.04
Hex9BE9F324405bb4f4e
Octal23335136344405273117116
Binary10011011111010011111001110010010001011011101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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