Shades of Blizzard Blue #9AE4F3
Tints of Blizzard Blue #9AE4F3
RGB
CMYK
RGB Variations
Color information
#9AE4F3 (or 0x9AE4F3) is known color: Blizzard Blue. HEX triplet: 9A, E4 and F3. RGB value is (154,228,243). Sum of RGB (Red+Green+Blue) = 154+228+243=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #9AE4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE4F3 is #651B0C. Grayscale: #CFCFCF. Windows color (decimal): -6626061 or 15983770. OLE color: 15983770.
HSL color Cylindrical-coordinate representation of color #9AE4F3: hue angle of 190.11º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AE4F3 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 228 | 243 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.05 |
| HSL | 190.11º | 0.79% | 0.78% | - |
| HSV(B) | 190.11º | 0.37% | 0.95% | - |
| XYZ | 57.25 | 68.83 | 95.06 | - |
| YUV | 207.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 228 | 243 | 0.37 | 0.06 | 0 | 0.05 | 190.11 | 0.79 | 0.78 |
| Hex | 9A | E4 | F3 | 25 | 6 | 0 | 5 | BE | 4F | 4E |
| Octal | 232 | 344 | 363 | 45 | 6 | 0 | 5 | 276 | 117 | 116 |
| Binary | 10011010 | 11100100 | 11110011 | 100101 | 110 | 0 | 101 | 10111110 | 1001111 | 1001110 |
Color Harmonies of #9AE4F3
Complementary color
Monochromatic Colors of #9AE4F3
Black with #9AE4F3
Text Example
Text Example
White with #9AE4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE4F3; }
p { color: rgb(154,228,243); }
H1.HeaderClassName
{
color: #9AE4F3;
}
.AnyTagClassName
{
color: #9AE4F3;
}
</style>
background-color css
<style>
a { background-color: #9AE4F3; }
a { background-color: rgb(154,228,243); }
div.DivClassName
{
background-color: #9AE4F3;
}
.BgClassName
{
background-color: #9AE4F3;
}
</style>
border-color css
<style>
span { border-color: #9AE4F3; }
span { border-color: rgb(154,228,243); }
td.TdClassName
{
border-color: #9AE4F3;
}
.TagClassName
{
border-color: #9AE4F3;
}
</style>