Shades of Electric Blue #85FEEF
Tints of Electric Blue #85FEEF
RGB
CMYK
RGB Variations
Color information
#85FEEF (or 0x85FEEF) is known color: Electric Blue. HEX triplet: 85, FE and EF. RGB value is (133,254,239). Sum of RGB (Red+Green+Blue) = 133+254+239=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEEF is #7A0110. Grayscale: #D8D8D8. Windows color (decimal): -7995665 or 15728261. OLE color: 15728261.
HSL color Cylindrical-coordinate representation of color #85FEEF: hue angle of 172.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEEF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 239 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.00 |
| HSL | 172.56º | 0.98% | 0.76% | - |
| HSV(B) | 172.56º | 0.48% | 1% | - |
| XYZ | 60.69 | 82.1 | 94.31 | - |
| YUV | 216.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 239 | 0.48 | 0 | 0.06 | 0.00 | 172.56 | 0.98 | 0.76 |
| Hex | 85 | FE | EF | 30 | 0 | 6 | 0 | AD | 62 | 4C |
| Octal | 205 | 376 | 357 | 60 | 0 | 6 | 0 | 255 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11101111 | 110000 | 0 | 110 | 0 | 10101101 | 1100010 | 1001100 |
Color Harmonies of #85FEEF
Complementary color
Monochromatic Colors of #85FEEF
Black with #85FEEF
Text Example
Text Example
White with #85FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FEEF; }
p { color: rgb(133,254,239); }
H1.HeaderClassName
{
color: #85FEEF;
}
.AnyTagClassName
{
color: #85FEEF;
}
</style>
background-color css
<style>
a { background-color: #85FEEF; }
a { background-color: rgb(133,254,239); }
div.DivClassName
{
background-color: #85FEEF;
}
.BgClassName
{
background-color: #85FEEF;
}
</style>
border-color css
<style>
span { border-color: #85FEEF; }
span { border-color: rgb(133,254,239); }
td.TdClassName
{
border-color: #85FEEF;
}
.TagClassName
{
border-color: #85FEEF;
}
</style>