Shades of Electric Blue #85FEFE
Tints of Electric Blue #85FEFE
RGB
CMYK
RGB Variations
Color information
#85FEFE (or 0x85FEFE) is known color: Electric Blue. HEX triplet: 85, FE and FE. RGB value is (133,254,254). Sum of RGB (Red+Green+Blue) = 133+254+254=641 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.75% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #85FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEFE is #7A0101. Grayscale: #D9D9D9. Windows color (decimal): -7995650 or 16711301. OLE color: 16711301.
HSL color Cylindrical-coordinate representation of color #85FEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEFE is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 254 | - |
| CMYK | 0.48 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.76% | - |
| HSV(B) | 180º | 0.48% | 1% | - |
| XYZ | 63 | 83.03 | 106.47 | - |
| YUV | 217.82 | 148.41 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 254 | 0.48 | 0 | 0 | 0.00 | 180 | 0.98 | 0.76 |
| Hex | 85 | FE | FE | 30 | 0 | 0 | 0 | B4 | 62 | 4C |
| Octal | 205 | 376 | 376 | 60 | 0 | 0 | 0 | 264 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11111110 | 110000 | 0 | 0 | 0 | 10110100 | 1100010 | 1001100 |
Color Harmonies of #85FEFE
Complementary color
Monochromatic Colors of #85FEFE
Black with #85FEFE
Text Example
Text Example
White with #85FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FEFE; }
p { color: rgb(133,254,254); }
H1.HeaderClassName
{
color: #85FEFE;
}
.AnyTagClassName
{
color: #85FEFE;
}
</style>
background-color css
<style>
a { background-color: #85FEFE; }
a { background-color: rgb(133,254,254); }
div.DivClassName
{
background-color: #85FEFE;
}
.BgClassName
{
background-color: #85FEFE;
}
</style>
border-color css
<style>
span { border-color: #85FEFE; }
span { border-color: rgb(133,254,254); }
td.TdClassName
{
border-color: #85FEFE;
}
.TagClassName
{
border-color: #85FEFE;
}
</style>