Shades of Electric Blue #85FCFF
Tints of Electric Blue #85FCFF
RGB
CMYK
RGB Variations
Color information
#85FCFF (or 0x85FCFF) is known color: Electric Blue. HEX triplet: 85, FC and FF. RGB value is (133,252,255). Sum of RGB (Red+Green+Blue) = 133+252+255=640 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.78% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #85FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCFF is #7A0300. Grayscale: #D8D8D8. Windows color (decimal): -7996161 or 16776325. OLE color: 16776325.
HSL color Cylindrical-coordinate representation of color #85FCFF: hue angle of 181.48º 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 #85FCFF is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 252 | 255 | - |
| CMYK | 0.48 | 0.01 | 0 | 0 |
| HSL | 181.48º | 1% | 0.76% | - |
| HSV(B) | 181.48º | 0.48% | 1% | - |
| XYZ | 62.53 | 81.83 | 107.11 | - |
| YUV | 216.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 255 | 0.48 | 0.01 | 0 | 0 | 181.48 | 1 | 0.76 |
| Hex | 85 | FC | FF | 30 | 1 | 0 | 0 | B5 | 64 | 4C |
| Octal | 205 | 374 | 377 | 60 | 1 | 0 | 0 | 265 | 144 | 114 |
| Binary | 10000101 | 11111100 | 11111111 | 110000 | 1 | 0 | 0 | 10110101 | 1100100 | 1001100 |
Color Harmonies of #85FCFF
Complementary color
Monochromatic Colors of #85FCFF
Black with #85FCFF
Text Example
Text Example
White with #85FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCFF; }
p { color: rgb(133,252,255); }
H1.HeaderClassName
{
color: #85FCFF;
}
.AnyTagClassName
{
color: #85FCFF;
}
</style>
background-color css
<style>
a { background-color: #85FCFF; }
a { background-color: rgb(133,252,255); }
div.DivClassName
{
background-color: #85FCFF;
}
.BgClassName
{
background-color: #85FCFF;
}
</style>
border-color css
<style>
span { border-color: #85FCFF; }
span { border-color: rgb(133,252,255); }
td.TdClassName
{
border-color: #85FCFF;
}
.TagClassName
{
border-color: #85FCFF;
}
</style>