Shades of Electric Blue #85EFF9
Tints of Electric Blue #85EFF9
RGB
CMYK
RGB Variations
Color information
#85EFF9 (or 0x85EFF9) is known color: Electric Blue. HEX triplet: 85, EF and F9. RGB value is (133,239,249). Sum of RGB (Red+Green+Blue) = 133+239+249=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #85EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFF9 is #7A1006. Grayscale: #D0D0D0. Windows color (decimal): -7999495 or 16379781. OLE color: 16379781.
HSL color Cylindrical-coordinate representation of color #85EFF9: hue angle of 185.17º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85EFF9 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 239 | 249 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.02 |
| HSL | 185.17º | 0.91% | 0.75% | - |
| HSV(B) | 185.17º | 0.47% | 0.98% | - |
| XYZ | 57.64 | 73.56 | 100.78 | - |
| YUV | 208.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 249 | 0.47 | 0.04 | 0 | 0.02 | 185.17 | 0.91 | 0.75 |
| Hex | 85 | EF | F9 | 2F | 4 | 0 | 2 | B9 | 5B | 4B |
| Octal | 205 | 357 | 371 | 57 | 4 | 0 | 2 | 271 | 133 | 113 |
| Binary | 10000101 | 11101111 | 11111001 | 101111 | 100 | 0 | 10 | 10111001 | 1011011 | 1001011 |
Color Harmonies of #85EFF9
Complementary color
Monochromatic Colors of #85EFF9
Black with #85EFF9
Text Example
Text Example
White with #85EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFF9; }
p { color: rgb(133,239,249); }
H1.HeaderClassName
{
color: #85EFF9;
}
.AnyTagClassName
{
color: #85EFF9;
}
</style>
background-color css
<style>
a { background-color: #85EFF9; }
a { background-color: rgb(133,239,249); }
div.DivClassName
{
background-color: #85EFF9;
}
.BgClassName
{
background-color: #85EFF9;
}
</style>
border-color css
<style>
span { border-color: #85EFF9; }
span { border-color: rgb(133,239,249); }
td.TdClassName
{
border-color: #85EFF9;
}
.TagClassName
{
border-color: #85EFF9;
}
</style>