#9BEDFA

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

Shades of Blizzard Blue #9BEDFA

Tints of Blizzard Blue #9BEDFA

Color information

#9BEDFA (or 0x9BEDFA) is unknown color: approx Blizzard Blue. HEX triplet: 9B, ED and FA. RGB value is (155,237,250). Sum of RGB (Red+Green+Blue) = 155+237+250=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BEDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDFA is #641205. Grayscale: #D5D5D5. Windows color (decimal): -6558214 or 16444827. OLE color: 16444827.

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

Color convert

RGB155237250-
CMYK0.380.0500.02
HSL188.21º90.48%79.41%-
HSV(B)188.21º38%98.04%-
XYZ61.0674.44101.59-
YUV213.96148.3385.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.14%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=24.14%
G=36.92%
B=38.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552372500.380.0500.02188.2190.4879.41
Hex9BEDFA26502bc5a4f
Octal23335537246502274132117
Binary1001101111101101111110101001101010101011110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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