Shades of Electric Blue #85EFFE
Tints of Electric Blue #85EFFE
RGB
CMYK
RGB Variations
Color information
#85EFFE (or 0x85EFFE) is known color: Electric Blue. HEX triplet: 85, EF and FE. RGB value is (133,239,254). Sum of RGB (Red+Green+Blue) = 133+239+254=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #85EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFFE is #7A1001. Grayscale: #D0D0D0. Windows color (decimal): -7999490 or 16707461. OLE color: 16707461.
HSL color Cylindrical-coordinate representation of color #85EFFE: hue angle of 187.44º 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 #85EFFE is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 239 | 254 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.00 |
| HSL | 187.44º | 0.98% | 0.76% | - |
| HSV(B) | 187.44º | 0.48% | 1% | - |
| XYZ | 58.43 | 73.88 | 104.95 | - |
| YUV | 209.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 254 | 0.48 | 0.06 | 0 | 0.00 | 187.44 | 0.98 | 0.76 |
| Hex | 85 | EF | FE | 30 | 6 | 0 | 0 | BB | 62 | 4C |
| Octal | 205 | 357 | 376 | 60 | 6 | 0 | 0 | 273 | 142 | 114 |
| Binary | 10000101 | 11101111 | 11111110 | 110000 | 110 | 0 | 0 | 10111011 | 1100010 | 1001100 |
Color Harmonies of #85EFFE
Complementary color
Monochromatic Colors of #85EFFE
Black with #85EFFE
Text Example
Text Example
White with #85EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFFE; }
p { color: rgb(133,239,254); }
H1.HeaderClassName
{
color: #85EFFE;
}
.AnyTagClassName
{
color: #85EFFE;
}
</style>
background-color css
<style>
a { background-color: #85EFFE; }
a { background-color: rgb(133,239,254); }
div.DivClassName
{
background-color: #85EFFE;
}
.BgClassName
{
background-color: #85EFFE;
}
</style>
border-color css
<style>
span { border-color: #85EFFE; }
span { border-color: rgb(133,239,254); }
td.TdClassName
{
border-color: #85EFFE;
}
.TagClassName
{
border-color: #85EFFE;
}
</style>