#9BEAFA

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

Shades of Blizzard Blue #9BEAFA

Tints of Blizzard Blue #9BEAFA

Color information

#9BEAFA (or 0x9BEAFA) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EA and FA. RGB value is (155,234,250). Sum of RGB (Red+Green+Blue) = 155+234+250=639 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.26% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAFA is #641505. Grayscale: #D4D4D4. Windows color (decimal): -6558982 or 16444059. OLE color: 16444059.

HSL color Cylindrical-coordinate representation of color #9BEAFA: hue angle of 190.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BEAFA is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155234250-
CMYK0.380.0600.02
HSL190.11º90.48%79.41%-
HSV(B)190.11º38%98.04%-
XYZ60.272.72101.31-
YUV212.2149.3387.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.26%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=24.26%
G=36.62%
B=39.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552342500.380.0600.02190.1190.4879.41
Hex9BEAFA26602be5a4f
Octal23335237246602276132117
Binary1001101111101010111110101001101100101011111010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,234,250); }

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

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

 a { background-color: rgb(155,234,250); }

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

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

 span { border-color: rgb(155,234,250); }

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