Shades of Electric Blue #85F0FC
Tints of Electric Blue #85F0FC
RGB
CMYK
RGB Variations
Color information
#85F0FC (or 0x85F0FC) is known color: Electric Blue. HEX triplet: 85, F0 and FC. RGB value is (133,240,252). Sum of RGB (Red+Green+Blue) = 133+240+252=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #85F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F0FC is #7A0F03. Grayscale: #D1D1D1. Windows color (decimal): -7999236 or 16576645. OLE color: 16576645.
HSL color Cylindrical-coordinate representation of color #85F0FC: hue angle of 186.05º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F0FC is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 240 | 252 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.01 |
| HSL | 186.05º | 0.95% | 0.75% | - |
| HSV(B) | 186.05º | 0.47% | 0.99% | - |
| XYZ | 58.4 | 74.34 | 103.37 | - |
| YUV | 209.38 | 152.05 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 252 | 0.47 | 0.05 | 0 | 0.01 | 186.05 | 0.95 | 0.75 |
| Hex | 85 | F0 | FC | 2F | 5 | 0 | 1 | BA | 5F | 4B |
| Octal | 205 | 360 | 374 | 57 | 5 | 0 | 1 | 272 | 137 | 113 |
| Binary | 10000101 | 11110000 | 11111100 | 101111 | 101 | 0 | 1 | 10111010 | 1011111 | 1001011 |
Color Harmonies of #85F0FC
Complementary color
Monochromatic Colors of #85F0FC
Black with #85F0FC
Text Example
Text Example
White with #85F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F0FC; }
p { color: rgb(133,240,252); }
H1.HeaderClassName
{
color: #85F0FC;
}
.AnyTagClassName
{
color: #85F0FC;
}
</style>
background-color css
<style>
a { background-color: #85F0FC; }
a { background-color: rgb(133,240,252); }
div.DivClassName
{
background-color: #85F0FC;
}
.BgClassName
{
background-color: #85F0FC;
}
</style>
border-color css
<style>
span { border-color: #85F0FC; }
span { border-color: rgb(133,240,252); }
td.TdClassName
{
border-color: #85F0FC;
}
.TagClassName
{
border-color: #85F0FC;
}
</style>