Shades of Blizzard Blue #9BEAEA
Tints of Blizzard Blue #9BEAEA
RGB
CMYK
RGB Variations
Color information
#9BEAEA (or 0x9BEAEA) is known color: Blizzard Blue. HEX triplet: 9B, EA and EA. RGB value is (155,234,234). Sum of RGB (Red+Green+Blue) = 155+234+234=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #9BEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAEA is #641515. Grayscale: #D2D2D2. Windows color (decimal): -6558998 or 15395483. OLE color: 15395483.
HSL color Cylindrical-coordinate representation of color #9BEAEA: hue angle of 180º degrees, saturation: 0.65, 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 #9BEAEA is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 234 | - |
| CMYK | 0.34 | 0 | 0 | 0.08 |
| HSL | 180º | 0.65% | 0.76% | - |
| HSV(B) | 180º | 0.34% | 0.92% | - |
| XYZ | 57.79 | 71.75 | 88.65 | - |
| YUV | 210.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 234 | 0.34 | 0 | 0 | 0.08 | 180 | 0.65 | 0.76 |
| Hex | 9B | EA | EA | 22 | 0 | 0 | 8 | B4 | 41 | 4C |
| Octal | 233 | 352 | 352 | 42 | 0 | 0 | 10 | 264 | 101 | 114 |
| Binary | 10011011 | 11101010 | 11101010 | 100010 | 0 | 0 | 1000 | 10110100 | 1000001 | 1001100 |
Color Harmonies of #9BEAEA
Complementary color
Monochromatic Colors of #9BEAEA
Black with #9BEAEA
Text Example
Text Example
White with #9BEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAEA; }
p { color: rgb(155,234,234); }
H1.HeaderClassName
{
color: #9BEAEA;
}
.AnyTagClassName
{
color: #9BEAEA;
}
</style>
background-color css
<style>
a { background-color: #9BEAEA; }
a { background-color: rgb(155,234,234); }
div.DivClassName
{
background-color: #9BEAEA;
}
.BgClassName
{
background-color: #9BEAEA;
}
</style>
border-color css
<style>
span { border-color: #9BEAEA; }
span { border-color: rgb(155,234,234); }
td.TdClassName
{
border-color: #9BEAEA;
}
.TagClassName
{
border-color: #9BEAEA;
}
</style>