Shades of Electric Blue #85F2FE
Tints of Electric Blue #85F2FE
RGB
CMYK
RGB Variations
Color information
#85F2FE (or 0x85F2FE) is known color: Electric Blue. HEX triplet: 85, F2 and FE. RGB value is (133,242,254). Sum of RGB (Red+Green+Blue) = 133+242+254=629 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.14% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #85F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2FE is #7A0D01. Grayscale: #D2D2D2. Windows color (decimal): -7998722 or 16708229. OLE color: 16708229.
HSL color Cylindrical-coordinate representation of color #85F2FE: hue angle of 185.95º 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 #85F2FE is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 242 | 254 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.00 |
| HSL | 185.95º | 0.98% | 0.76% | - |
| HSV(B) | 185.95º | 0.48% | 1% | - |
| XYZ | 59.31 | 75.65 | 105.24 | - |
| YUV | 210.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 254 | 0.48 | 0.05 | 0 | 0.00 | 185.95 | 0.98 | 0.76 |
| Hex | 85 | F2 | FE | 30 | 5 | 0 | 0 | BA | 62 | 4C |
| Octal | 205 | 362 | 376 | 60 | 5 | 0 | 0 | 272 | 142 | 114 |
| Binary | 10000101 | 11110010 | 11111110 | 110000 | 101 | 0 | 0 | 10111010 | 1100010 | 1001100 |
Color Harmonies of #85F2FE
Complementary color
Monochromatic Colors of #85F2FE
Black with #85F2FE
Text Example
Text Example
White with #85F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F2FE; }
p { color: rgb(133,242,254); }
H1.HeaderClassName
{
color: #85F2FE;
}
.AnyTagClassName
{
color: #85F2FE;
}
</style>
background-color css
<style>
a { background-color: #85F2FE; }
a { background-color: rgb(133,242,254); }
div.DivClassName
{
background-color: #85F2FE;
}
.BgClassName
{
background-color: #85F2FE;
}
</style>
border-color css
<style>
span { border-color: #85F2FE; }
span { border-color: rgb(133,242,254); }
td.TdClassName
{
border-color: #85F2FE;
}
.TagClassName
{
border-color: #85F2FE;
}
</style>