Shades of Electric Blue #85FAFE
Tints of Electric Blue #85FAFE
RGB
CMYK
RGB Variations
Color information
#85FAFE (or 0x85FAFE) is known color: Electric Blue. HEX triplet: 85, FA and FE. RGB value is (133,250,254). Sum of RGB (Red+Green+Blue) = 133+250+254=637 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.88% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #85FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FAFE is #7A0501. Grayscale: #D7D7D7. Windows color (decimal): -7996674 or 16710277. OLE color: 16710277.
HSL color Cylindrical-coordinate representation of color #85FAFE: hue angle of 181.98º 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 #85FAFE is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 250 | 254 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.00 |
| HSL | 181.98º | 0.98% | 0.76% | - |
| HSV(B) | 181.98º | 0.48% | 1% | - |
| XYZ | 61.75 | 80.51 | 106.05 | - |
| YUV | 215.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 254 | 0.48 | 0.02 | 0 | 0.00 | 181.98 | 0.98 | 0.76 |
| Hex | 85 | FA | FE | 30 | 2 | 0 | 0 | B6 | 62 | 4C |
| Octal | 205 | 372 | 376 | 60 | 2 | 0 | 0 | 266 | 142 | 114 |
| Binary | 10000101 | 11111010 | 11111110 | 110000 | 10 | 0 | 0 | 10110110 | 1100010 | 1001100 |
Color Harmonies of #85FAFE
Complementary color
Monochromatic Colors of #85FAFE
Black with #85FAFE
Text Example
Text Example
White with #85FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FAFE; }
p { color: rgb(133,250,254); }
H1.HeaderClassName
{
color: #85FAFE;
}
.AnyTagClassName
{
color: #85FAFE;
}
</style>
background-color css
<style>
a { background-color: #85FAFE; }
a { background-color: rgb(133,250,254); }
div.DivClassName
{
background-color: #85FAFE;
}
.BgClassName
{
background-color: #85FAFE;
}
</style>
border-color css
<style>
span { border-color: #85FAFE; }
span { border-color: rgb(133,250,254); }
td.TdClassName
{
border-color: #85FAFE;
}
.TagClassName
{
border-color: #85FAFE;
}
</style>