Shades of Electric Blue #85FFF6
Tints of Electric Blue #85FFF6
RGB
CMYK
RGB Variations
Color information
#85FFF6 (or 0x85FFF6) is known color: Electric Blue. HEX triplet: 85, FF and F6. RGB value is (133,255,246). Sum of RGB (Red+Green+Blue) = 133+255+246=634 (83% of max value = 765). Red value is 133 (52.34% from 255 or 20.98% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFF6 is #7A0009. Grayscale: #D9D9D9. Windows color (decimal): -7995402 or 16187269. OLE color: 16187269.
HSL color Cylindrical-coordinate representation of color #85FFF6: hue angle of 175.57º 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 #85FFF6 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 246 | - |
| CMYK | 0.48 | 0 | 0.04 | 0 |
| HSL | 175.57º | 1% | 0.76% | - |
| HSV(B) | 175.57º | 0.48% | 1% | - |
| XYZ | 62.07 | 83.16 | 99.97 | - |
| YUV | 217.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 246 | 0.48 | 0 | 0.04 | 0 | 175.57 | 1 | 0.76 |
| Hex | 85 | FF | F6 | 30 | 0 | 4 | 0 | B0 | 64 | 4C |
| Octal | 205 | 377 | 366 | 60 | 0 | 4 | 0 | 260 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11110110 | 110000 | 0 | 100 | 0 | 10110000 | 1100100 | 1001100 |
Color Harmonies of #85FFF6
Complementary color
Monochromatic Colors of #85FFF6
Black with #85FFF6
Text Example
Text Example
White with #85FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFF6; }
p { color: rgb(133,255,246); }
H1.HeaderClassName
{
color: #85FFF6;
}
.AnyTagClassName
{
color: #85FFF6;
}
</style>
background-color css
<style>
a { background-color: #85FFF6; }
a { background-color: rgb(133,255,246); }
div.DivClassName
{
background-color: #85FFF6;
}
.BgClassName
{
background-color: #85FFF6;
}
</style>
border-color css
<style>
span { border-color: #85FFF6; }
span { border-color: rgb(133,255,246); }
td.TdClassName
{
border-color: #85FFF6;
}
.TagClassName
{
border-color: #85FFF6;
}
</style>