Shades of Electric Blue #85FFFE
Tints of Electric Blue #85FFFE
RGB
CMYK
RGB Variations
Color information
#85FFFE (or 0x85FFFE) is known color: Electric Blue. HEX triplet: 85, FF and FE. RGB value is (133,255,254). Sum of RGB (Red+Green+Blue) = 133+255+254=642 (85% of max value = 765). Red value is 133 (52.34% from 255 or 20.72% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFFE is #7A0001. Grayscale: #DADADA. Windows color (decimal): -7995394 or 16711557. OLE color: 16711557.
HSL color Cylindrical-coordinate representation of color #85FFFE: hue angle of 179.51º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFFE is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 254 | - |
| CMYK | 0.48 | 0 | 0.00 | 0 |
| HSL | 179.51º | 1% | 0.76% | - |
| HSV(B) | 179.51º | 0.48% | 1% | - |
| XYZ | 63.32 | 83.66 | 106.58 | - |
| YUV | 218.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 254 | 0.48 | 0 | 0.00 | 0 | 179.51 | 1 | 0.76 |
| Hex | 85 | FF | FE | 30 | 0 | 0 | 0 | B4 | 64 | 4C |
| Octal | 205 | 377 | 376 | 60 | 0 | 0 | 0 | 264 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11111110 | 110000 | 0 | 0 | 0 | 10110100 | 1100100 | 1001100 |
Color Harmonies of #85FFFE
Complementary color
Monochromatic Colors of #85FFFE
Black with #85FFFE
Text Example
Text Example
White with #85FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFFE; }
p { color: rgb(133,255,254); }
H1.HeaderClassName
{
color: #85FFFE;
}
.AnyTagClassName
{
color: #85FFFE;
}
</style>
background-color css
<style>
a { background-color: #85FFFE; }
a { background-color: rgb(133,255,254); }
div.DivClassName
{
background-color: #85FFFE;
}
.BgClassName
{
background-color: #85FFFE;
}
</style>
border-color css
<style>
span { border-color: #85FFFE; }
span { border-color: rgb(133,255,254); }
td.TdClassName
{
border-color: #85FFFE;
}
.TagClassName
{
border-color: #85FFFE;
}
</style>