Shades of Blizzard Blue #8AE5F3
Tints of Blizzard Blue #8AE5F3
RGB
CMYK
RGB Variations
Color information
#8AE5F3 (or 0x8AE5F3) is known color: Blizzard Blue. HEX triplet: 8A, E5 and F3. RGB value is (138,229,243). Sum of RGB (Red+Green+Blue) = 138+229+243=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #8AE5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE5F3 is #751A0C. Grayscale: #CBCBCB. Windows color (decimal): -7674381 or 15984010. OLE color: 15984010.
HSL color Cylindrical-coordinate representation of color #8AE5F3: hue angle of 188º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AE5F3 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 229 | 243 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.05 |
| HSL | 188º | 0.81% | 0.75% | - |
| HSV(B) | 188º | 0.43% | 0.95% | - |
| XYZ | 54.68 | 67.91 | 95.02 | - |
| YUV | 203.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 243 | 0.43 | 0.06 | 0 | 0.05 | 188 | 0.81 | 0.75 |
| Hex | 8A | E5 | F3 | 2B | 6 | 0 | 5 | BC | 51 | 4B |
| Octal | 212 | 345 | 363 | 53 | 6 | 0 | 5 | 274 | 121 | 113 |
| Binary | 10001010 | 11100101 | 11110011 | 101011 | 110 | 0 | 101 | 10111100 | 1010001 | 1001011 |
Color Harmonies of #8AE5F3
Complementary color
Monochromatic Colors of #8AE5F3
Black with #8AE5F3
Text Example
Text Example
White with #8AE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE5F3; }
p { color: rgb(138,229,243); }
H1.HeaderClassName
{
color: #8AE5F3;
}
.AnyTagClassName
{
color: #8AE5F3;
}
</style>
background-color css
<style>
a { background-color: #8AE5F3; }
a { background-color: rgb(138,229,243); }
div.DivClassName
{
background-color: #8AE5F3;
}
.BgClassName
{
background-color: #8AE5F3;
}
</style>
border-color css
<style>
span { border-color: #8AE5F3; }
span { border-color: rgb(138,229,243); }
td.TdClassName
{
border-color: #8AE5F3;
}
.TagClassName
{
border-color: #8AE5F3;
}
</style>