Shades of Electric Blue #85FFF3
Tints of Electric Blue #85FFF3
RGB
CMYK
RGB Variations
Color information
#85FFF3 (or 0x85FFF3) is known color: Electric Blue. HEX triplet: 85, FF and F3. RGB value is (133,255,243). Sum of RGB (Red+Green+Blue) = 133+255+243=631 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.08% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFF3 is #7A000C. Grayscale: #D9D9D9. Windows color (decimal): -7995405 or 15990661. OLE color: 15990661.
HSL color Cylindrical-coordinate representation of color #85FFF3: hue angle of 174.1º 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 #85FFF3 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 243 | - |
| CMYK | 0.48 | 0 | 0.05 | 0 |
| HSL | 174.1º | 1% | 0.76% | - |
| HSV(B) | 174.1º | 0.48% | 1% | - |
| XYZ | 61.61 | 82.98 | 97.56 | - |
| YUV | 217.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 243 | 0.48 | 0 | 0.05 | 0 | 174.1 | 1 | 0.76 |
| Hex | 85 | FF | F3 | 30 | 0 | 5 | 0 | AE | 64 | 4C |
| Octal | 205 | 377 | 363 | 60 | 0 | 5 | 0 | 256 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11110011 | 110000 | 0 | 101 | 0 | 10101110 | 1100100 | 1001100 |
Color Harmonies of #85FFF3
Complementary color
Monochromatic Colors of #85FFF3
Black with #85FFF3
Text Example
Text Example
White with #85FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFF3; }
p { color: rgb(133,255,243); }
H1.HeaderClassName
{
color: #85FFF3;
}
.AnyTagClassName
{
color: #85FFF3;
}
</style>
background-color css
<style>
a { background-color: #85FFF3; }
a { background-color: rgb(133,255,243); }
div.DivClassName
{
background-color: #85FFF3;
}
.BgClassName
{
background-color: #85FFF3;
}
</style>
border-color css
<style>
span { border-color: #85FFF3; }
span { border-color: rgb(133,255,243); }
td.TdClassName
{
border-color: #85FFF3;
}
.TagClassName
{
border-color: #85FFF3;
}
</style>