Shades of Electric Blue #85F5FE
Tints of Electric Blue #85F5FE
RGB
CMYK
RGB Variations
Color information
#85F5FE (or 0x85F5FE) is known color: Electric Blue. HEX triplet: 85, F5 and FE. RGB value is (133,245,254). Sum of RGB (Red+Green+Blue) = 133+245+254=632 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.04% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #85F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F5FE is #7A0A01. Grayscale: #D4D4D4. Windows color (decimal): -7997954 or 16708997. OLE color: 16708997.
HSL color Cylindrical-coordinate representation of color #85F5FE: hue angle of 184.46º 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 #85F5FE is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 245 | 254 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.00 |
| HSL | 184.46º | 0.98% | 0.76% | - |
| HSV(B) | 184.46º | 0.48% | 1% | - |
| XYZ | 60.21 | 77.45 | 105.54 | - |
| YUV | 212.54 | 151.39 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 254 | 0.48 | 0.04 | 0 | 0.00 | 184.46 | 0.98 | 0.76 |
| Hex | 85 | F5 | FE | 30 | 4 | 0 | 0 | B8 | 62 | 4C |
| Octal | 205 | 365 | 376 | 60 | 4 | 0 | 0 | 270 | 142 | 114 |
| Binary | 10000101 | 11110101 | 11111110 | 110000 | 100 | 0 | 0 | 10111000 | 1100010 | 1001100 |
Color Harmonies of #85F5FE
Complementary color
Monochromatic Colors of #85F5FE
Black with #85F5FE
Text Example
Text Example
White with #85F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F5FE; }
p { color: rgb(133,245,254); }
H1.HeaderClassName
{
color: #85F5FE;
}
.AnyTagClassName
{
color: #85F5FE;
}
</style>
background-color css
<style>
a { background-color: #85F5FE; }
a { background-color: rgb(133,245,254); }
div.DivClassName
{
background-color: #85F5FE;
}
.BgClassName
{
background-color: #85F5FE;
}
</style>
border-color css
<style>
span { border-color: #85F5FE; }
span { border-color: rgb(133,245,254); }
td.TdClassName
{
border-color: #85F5FE;
}
.TagClassName
{
border-color: #85F5FE;
}
</style>