Shades of Electric Blue #85E8FD
Tints of Electric Blue #85E8FD
RGB
CMYK
RGB Variations
Color information
#85E8FD (or 0x85E8FD) is known color: Electric Blue. HEX triplet: 85, E8 and FD. RGB value is (133,232,253). Sum of RGB (Red+Green+Blue) = 133+232+253=618 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.52% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #85E8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E8FD is #7A1702. Grayscale: #CCCCCC. Windows color (decimal): -8001283 or 16640133. OLE color: 16640133.
HSL color Cylindrical-coordinate representation of color #85E8FD: hue angle of 190.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E8FD is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 232 | 253 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.01 |
| HSL | 190.5º | 0.97% | 0.76% | - |
| HSV(B) | 190.5º | 0.47% | 0.99% | - |
| XYZ | 56.26 | 69.79 | 103.43 | - |
| YUV | 204.79 | 155.2 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 253 | 0.47 | 0.08 | 0 | 0.01 | 190.5 | 0.97 | 0.76 |
| Hex | 85 | E8 | FD | 2F | 8 | 0 | 1 | BE | 61 | 4C |
| Octal | 205 | 350 | 375 | 57 | 10 | 0 | 1 | 276 | 141 | 114 |
| Binary | 10000101 | 11101000 | 11111101 | 101111 | 1000 | 0 | 1 | 10111110 | 1100001 | 1001100 |
Color Harmonies of #85E8FD
Complementary color
Monochromatic Colors of #85E8FD
Black with #85E8FD
Text Example
Text Example
White with #85E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E8FD; }
p { color: rgb(133,232,253); }
H1.HeaderClassName
{
color: #85E8FD;
}
.AnyTagClassName
{
color: #85E8FD;
}
</style>
background-color css
<style>
a { background-color: #85E8FD; }
a { background-color: rgb(133,232,253); }
div.DivClassName
{
background-color: #85E8FD;
}
.BgClassName
{
background-color: #85E8FD;
}
</style>
border-color css
<style>
span { border-color: #85E8FD; }
span { border-color: rgb(133,232,253); }
td.TdClassName
{
border-color: #85E8FD;
}
.TagClassName
{
border-color: #85E8FD;
}
</style>