Shades of Electric Blue #85F9FB
Tints of Electric Blue #85F9FB
RGB
CMYK
RGB Variations
Color information
#85F9FB (or 0x85F9FB) is known color: Electric Blue. HEX triplet: 85, F9 and FB. RGB value is (133,249,251). Sum of RGB (Red+Green+Blue) = 133+249+251=633 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.01% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #85F9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F9FB is #7A0604. Grayscale: #D6D6D6. Windows color (decimal): -7996933 or 16513413. OLE color: 16513413.
HSL color Cylindrical-coordinate representation of color #85F9FB: hue angle of 181.02º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F9FB is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 251 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.02 |
| HSL | 181.02º | 0.94% | 0.75% | - |
| HSV(B) | 181.02º | 0.47% | 0.98% | - |
| XYZ | 60.96 | 79.7 | 103.44 | - |
| YUV | 214.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 251 | 0.47 | 0.01 | 0 | 0.02 | 181.02 | 0.94 | 0.75 |
| Hex | 85 | F9 | FB | 2F | 1 | 0 | 2 | B5 | 5E | 4B |
| Octal | 205 | 371 | 373 | 57 | 1 | 0 | 2 | 265 | 136 | 113 |
| Binary | 10000101 | 11111001 | 11111011 | 101111 | 1 | 0 | 10 | 10110101 | 1011110 | 1001011 |
Color Harmonies of #85F9FB
Complementary color
Monochromatic Colors of #85F9FB
Black with #85F9FB
Text Example
Text Example
White with #85F9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F9FB; }
p { color: rgb(133,249,251); }
H1.HeaderClassName
{
color: #85F9FB;
}
.AnyTagClassName
{
color: #85F9FB;
}
</style>
background-color css
<style>
a { background-color: #85F9FB; }
a { background-color: rgb(133,249,251); }
div.DivClassName
{
background-color: #85F9FB;
}
.BgClassName
{
background-color: #85F9FB;
}
</style>
border-color css
<style>
span { border-color: #85F9FB; }
span { border-color: rgb(133,249,251); }
td.TdClassName
{
border-color: #85F9FB;
}
.TagClassName
{
border-color: #85F9FB;
}
</style>