#9BEAF1

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

Shades of Blizzard Blue #9BEAF1

Tints of Blizzard Blue #9BEAF1

Color information

#9BEAF1 (or 0x9BEAF1) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EA and F1. RGB value is (155,234,241). Sum of RGB (Red+Green+Blue) = 155+234+241=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAF1 is #64150E. Grayscale: #D3D3D3. Windows color (decimal): -6558991 or 15854235. OLE color: 15854235.

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

Color convert

RGB155234241-
CMYK0.360.0300.05
HSL184.88º75.44%77.65%-
HSV(B)184.88º35.68%94.51%-
XYZ58.8272.1794.05-
YUV211.18144.8387.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.60%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=24.60%
G=37.14%
B=38.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552342410.360.0300.05184.8875.4477.65
Hex9BEAF124305b94b4e
Octal23335236144305271113116
Binary1001101111101010111100011001001101011011100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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