Shades of Electric Blue #85F8F6
Tints of Electric Blue #85F8F6
RGB
CMYK
RGB Variations
Color information
#85F8F6 (or 0x85F8F6) is known color: Electric Blue. HEX triplet: 85, F8 and F6. RGB value is (133,248,246). Sum of RGB (Red+Green+Blue) = 133+248+246=627 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.21% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F8F6 is #7A0709. Grayscale: #D5D5D5. Windows color (decimal): -7997194 or 16185477. OLE color: 16185477.
HSL color Cylindrical-coordinate representation of color #85F8F6: hue angle of 178.96º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F8F6 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 246 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.03 |
| HSL | 178.96º | 0.89% | 0.75% | - |
| HSV(B) | 178.96º | 0.46% | 0.97% | - |
| XYZ | 59.87 | 78.78 | 99.24 | - |
| YUV | 213.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 246 | 0.46 | 0 | 0.01 | 0.03 | 178.96 | 0.89 | 0.75 |
| Hex | 85 | F8 | F6 | 2E | 0 | 1 | 3 | B3 | 59 | 4B |
| Octal | 205 | 370 | 366 | 56 | 0 | 1 | 3 | 263 | 131 | 113 |
| Binary | 10000101 | 11111000 | 11110110 | 101110 | 0 | 1 | 11 | 10110011 | 1011001 | 1001011 |
Color Harmonies of #85F8F6
Complementary color
Monochromatic Colors of #85F8F6
Black with #85F8F6
Text Example
Text Example
White with #85F8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F8F6; }
p { color: rgb(133,248,246); }
H1.HeaderClassName
{
color: #85F8F6;
}
.AnyTagClassName
{
color: #85F8F6;
}
</style>
background-color css
<style>
a { background-color: #85F8F6; }
a { background-color: rgb(133,248,246); }
div.DivClassName
{
background-color: #85F8F6;
}
.BgClassName
{
background-color: #85F8F6;
}
</style>
border-color css
<style>
span { border-color: #85F8F6; }
span { border-color: rgb(133,248,246); }
td.TdClassName
{
border-color: #85F8F6;
}
.TagClassName
{
border-color: #85F8F6;
}
</style>