Shades of Electric Blue #85F2FB
Tints of Electric Blue #85F2FB
RGB
CMYK
RGB Variations
Color information
#85F2FB (or 0x85F2FB) is known color: Electric Blue. HEX triplet: 85, F2 and FB. RGB value is (133,242,251). Sum of RGB (Red+Green+Blue) = 133+242+251=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #85F2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2FB is #7A0D04. Grayscale: #D2D2D2. Windows color (decimal): -7998725 or 16511621. OLE color: 16511621.
HSL color Cylindrical-coordinate representation of color #85F2FB: hue angle of 184.58º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F2FB is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 242 | 251 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.02 |
| HSL | 184.58º | 0.94% | 0.75% | - |
| HSV(B) | 184.58º | 0.47% | 0.98% | - |
| XYZ | 58.84 | 75.46 | 102.73 | - |
| YUV | 210.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 251 | 0.47 | 0.04 | 0 | 0.02 | 184.58 | 0.94 | 0.75 |
| Hex | 85 | F2 | FB | 2F | 4 | 0 | 2 | B9 | 5E | 4B |
| Octal | 205 | 362 | 373 | 57 | 4 | 0 | 2 | 271 | 136 | 113 |
| Binary | 10000101 | 11110010 | 11111011 | 101111 | 100 | 0 | 10 | 10111001 | 1011110 | 1001011 |
Color Harmonies of #85F2FB
Complementary color
Monochromatic Colors of #85F2FB
Black with #85F2FB
Text Example
Text Example
White with #85F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F2FB; }
p { color: rgb(133,242,251); }
H1.HeaderClassName
{
color: #85F2FB;
}
.AnyTagClassName
{
color: #85F2FB;
}
</style>
background-color css
<style>
a { background-color: #85F2FB; }
a { background-color: rgb(133,242,251); }
div.DivClassName
{
background-color: #85F2FB;
}
.BgClassName
{
background-color: #85F2FB;
}
</style>
border-color css
<style>
span { border-color: #85F2FB; }
span { border-color: rgb(133,242,251); }
td.TdClassName
{
border-color: #85F2FB;
}
.TagClassName
{
border-color: #85F2FB;
}
</style>