Shades of Electric Blue #85FBF6
Tints of Electric Blue #85FBF6
RGB
CMYK
RGB Variations
Color information
#85FBF6 (or 0x85FBF6) is known color: Electric Blue. HEX triplet: 85, FB and F6. RGB value is (133,251,246). Sum of RGB (Red+Green+Blue) = 133+251+246=630 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.11% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FBF6 is #7A0409. Grayscale: #D7D7D7. Windows color (decimal): -7996426 or 16186245. OLE color: 16186245.
HSL color Cylindrical-coordinate representation of color #85FBF6: hue angle of 177.46º 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 #85FBF6 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 246 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.02 |
| HSL | 177.46º | 0.94% | 0.75% | - |
| HSV(B) | 177.46º | 0.47% | 0.98% | - |
| XYZ | 60.8 | 80.63 | 99.55 | - |
| YUV | 215.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 246 | 0.47 | 0 | 0.02 | 0.02 | 177.46 | 0.94 | 0.75 |
| Hex | 85 | FB | F6 | 2F | 0 | 2 | 2 | B1 | 5E | 4B |
| Octal | 205 | 373 | 366 | 57 | 0 | 2 | 2 | 261 | 136 | 113 |
| Binary | 10000101 | 11111011 | 11110110 | 101111 | 0 | 10 | 10 | 10110001 | 1011110 | 1001011 |
Color Harmonies of #85FBF6
Complementary color
Monochromatic Colors of #85FBF6
Black with #85FBF6
Text Example
Text Example
White with #85FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBF6; }
p { color: rgb(133,251,246); }
H1.HeaderClassName
{
color: #85FBF6;
}
.AnyTagClassName
{
color: #85FBF6;
}
</style>
background-color css
<style>
a { background-color: #85FBF6; }
a { background-color: rgb(133,251,246); }
div.DivClassName
{
background-color: #85FBF6;
}
.BgClassName
{
background-color: #85FBF6;
}
</style>
border-color css
<style>
span { border-color: #85FBF6; }
span { border-color: rgb(133,251,246); }
td.TdClassName
{
border-color: #85FBF6;
}
.TagClassName
{
border-color: #85FBF6;
}
</style>