Shades of Blizzard Blue #9BECEA
Tints of Blizzard Blue #9BECEA
RGB
CMYK
RGB Variations
Color information
#9BECEA (or 0x9BECEA) is known color: Blizzard Blue. HEX triplet: 9B, EC and EA. RGB value is (155,236,234). Sum of RGB (Red+Green+Blue) = 155+236+234=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECEA is #641315. Grayscale: #D3D3D3. Windows color (decimal): -6558486 or 15395995. OLE color: 15395995.
HSL color Cylindrical-coordinate representation of color #9BECEA: hue angle of 178.52º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECEA is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 234 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.07 |
| HSL | 178.52º | 0.68% | 0.77% | - |
| HSV(B) | 178.52º | 0.34% | 0.93% | - |
| XYZ | 58.36 | 72.9 | 88.84 | - |
| YUV | 211.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 234 | 0.34 | 0 | 0.01 | 0.07 | 178.52 | 0.68 | 0.77 |
| Hex | 9B | EC | EA | 22 | 0 | 1 | 7 | B3 | 44 | 4D |
| Octal | 233 | 354 | 352 | 42 | 0 | 1 | 7 | 263 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11101010 | 100010 | 0 | 1 | 111 | 10110011 | 1000100 | 1001101 |
Color Harmonies of #9BECEA
Complementary color
Monochromatic Colors of #9BECEA
Black with #9BECEA
Text Example
Text Example
White with #9BECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECEA; }
p { color: rgb(155,236,234); }
H1.HeaderClassName
{
color: #9BECEA;
}
.AnyTagClassName
{
color: #9BECEA;
}
</style>
background-color css
<style>
a { background-color: #9BECEA; }
a { background-color: rgb(155,236,234); }
div.DivClassName
{
background-color: #9BECEA;
}
.BgClassName
{
background-color: #9BECEA;
}
</style>
border-color css
<style>
span { border-color: #9BECEA; }
span { border-color: rgb(155,236,234); }
td.TdClassName
{
border-color: #9BECEA;
}
.TagClassName
{
border-color: #9BECEA;
}
</style>