Shades of Electric Blue #85FFEE
Tints of Electric Blue #85FFEE
RGB
CMYK
RGB Variations
Color information
#85FFEE (or 0x85FFEE) is known color: Electric Blue. HEX triplet: 85, FF and EE. RGB value is (133,255,238). Sum of RGB (Red+Green+Blue) = 133+255+238=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFEE is #7A0011. Grayscale: #D8D8D8. Windows color (decimal): -7995410 or 15662981. OLE color: 15662981.
HSL color Cylindrical-coordinate representation of color #85FFEE: hue angle of 171.64º 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 #85FFEE is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 238 | - |
| CMYK | 0.48 | 0 | 0.07 | 0 |
| HSL | 171.64º | 1% | 0.76% | - |
| HSV(B) | 171.64º | 0.48% | 1% | - |
| XYZ | 60.87 | 82.68 | 93.64 | - |
| YUV | 216.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 238 | 0.48 | 0 | 0.07 | 0 | 171.64 | 1 | 0.76 |
| Hex | 85 | FF | EE | 30 | 0 | 7 | 0 | AC | 64 | 4C |
| Octal | 205 | 377 | 356 | 60 | 0 | 7 | 0 | 254 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11101110 | 110000 | 0 | 111 | 0 | 10101100 | 1100100 | 1001100 |
Color Harmonies of #85FFEE
Complementary color
Monochromatic Colors of #85FFEE
Black with #85FFEE
Text Example
Text Example
White with #85FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFEE; }
p { color: rgb(133,255,238); }
H1.HeaderClassName
{
color: #85FFEE;
}
.AnyTagClassName
{
color: #85FFEE;
}
</style>
background-color css
<style>
a { background-color: #85FFEE; }
a { background-color: rgb(133,255,238); }
div.DivClassName
{
background-color: #85FFEE;
}
.BgClassName
{
background-color: #85FFEE;
}
</style>
border-color css
<style>
span { border-color: #85FFEE; }
span { border-color: rgb(133,255,238); }
td.TdClassName
{
border-color: #85FFEE;
}
.TagClassName
{
border-color: #85FFEE;
}
</style>