Shades of Blizzard Blue #9BEBEA
Tints of Blizzard Blue #9BEBEA
RGB
CMYK
RGB Variations
Color information
#9BEBEA (or 0x9BEBEA) is known color: Blizzard Blue. HEX triplet: 9B, EB and EA. RGB value is (155,235,234). Sum of RGB (Red+Green+Blue) = 155+235+234=624 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.84% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBEA is #641415. Grayscale: #D2D2D2. Windows color (decimal): -6558742 or 15395739. OLE color: 15395739.
HSL color Cylindrical-coordinate representation of color #9BEBEA: hue angle of 179.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBEA is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 234 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.08 |
| HSL | 179.25º | 0.67% | 0.76% | - |
| HSV(B) | 179.25º | 0.34% | 0.92% | - |
| XYZ | 58.08 | 72.33 | 88.74 | - |
| YUV | 210.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 234 | 0.34 | 0 | 0.00 | 0.08 | 179.25 | 0.67 | 0.76 |
| Hex | 9B | EB | EA | 22 | 0 | 0 | 8 | B3 | 43 | 4C |
| Octal | 233 | 353 | 352 | 42 | 0 | 0 | 10 | 263 | 103 | 114 |
| Binary | 10011011 | 11101011 | 11101010 | 100010 | 0 | 0 | 1000 | 10110011 | 1000011 | 1001100 |
Color Harmonies of #9BEBEA
Complementary color
Monochromatic Colors of #9BEBEA
Black with #9BEBEA
Text Example
Text Example
White with #9BEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBEA; }
p { color: rgb(155,235,234); }
H1.HeaderClassName
{
color: #9BEBEA;
}
.AnyTagClassName
{
color: #9BEBEA;
}
</style>
background-color css
<style>
a { background-color: #9BEBEA; }
a { background-color: rgb(155,235,234); }
div.DivClassName
{
background-color: #9BEBEA;
}
.BgClassName
{
background-color: #9BEBEA;
}
</style>
border-color css
<style>
span { border-color: #9BEBEA; }
span { border-color: rgb(155,235,234); }
td.TdClassName
{
border-color: #9BEBEA;
}
.TagClassName
{
border-color: #9BEBEA;
}
</style>