Shades of Electric Blue #85FCFE
Tints of Electric Blue #85FCFE
RGB
CMYK
RGB Variations
Color information
#85FCFE (or 0x85FCFE) is known color: Electric Blue. HEX triplet: 85, FC and FE. RGB value is (133,252,254). Sum of RGB (Red+Green+Blue) = 133+252+254=639 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.81% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #85FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCFE is #7A0301. Grayscale: #D8D8D8. Windows color (decimal): -7996162 or 16710789. OLE color: 16710789.
HSL color Cylindrical-coordinate representation of color #85FCFE: hue angle of 180.99º 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 #85FCFE is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 252 | 254 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.00 |
| HSL | 180.99º | 0.98% | 0.76% | - |
| HSV(B) | 180.99º | 0.48% | 1% | - |
| XYZ | 62.37 | 81.76 | 106.26 | - |
| YUV | 216.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 254 | 0.48 | 0.01 | 0 | 0.00 | 180.99 | 0.98 | 0.76 |
| Hex | 85 | FC | FE | 30 | 1 | 0 | 0 | B5 | 62 | 4C |
| Octal | 205 | 374 | 376 | 60 | 1 | 0 | 0 | 265 | 142 | 114 |
| Binary | 10000101 | 11111100 | 11111110 | 110000 | 1 | 0 | 0 | 10110101 | 1100010 | 1001100 |
Color Harmonies of #85FCFE
Complementary color
Monochromatic Colors of #85FCFE
Black with #85FCFE
Text Example
Text Example
White with #85FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCFE; }
p { color: rgb(133,252,254); }
H1.HeaderClassName
{
color: #85FCFE;
}
.AnyTagClassName
{
color: #85FCFE;
}
</style>
background-color css
<style>
a { background-color: #85FCFE; }
a { background-color: rgb(133,252,254); }
div.DivClassName
{
background-color: #85FCFE;
}
.BgClassName
{
background-color: #85FCFE;
}
</style>
border-color css
<style>
span { border-color: #85FCFE; }
span { border-color: rgb(133,252,254); }
td.TdClassName
{
border-color: #85FCFE;
}
.TagClassName
{
border-color: #85FCFE;
}
</style>