Shades of Electric Blue #85EDF3
Tints of Electric Blue #85EDF3
RGB
CMYK
RGB Variations
Color information
#85EDF3 (or 0x85EDF3) is known color: Electric Blue. HEX triplet: 85, ED and F3. RGB value is (133,237,243). Sum of RGB (Red+Green+Blue) = 133+237+243=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #85EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EDF3 is #7A120C. Grayscale: #CECECE. Windows color (decimal): -8000013 or 15986053. OLE color: 15986053.
HSL color Cylindrical-coordinate representation of color #85EDF3: hue angle of 183.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85EDF3 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 237 | 243 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.05 |
| HSL | 183.27º | 0.82% | 0.74% | - |
| HSV(B) | 183.27º | 0.45% | 0.95% | - |
| XYZ | 56.13 | 72.03 | 95.74 | - |
| YUV | 206.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 243 | 0.45 | 0.02 | 0 | 0.05 | 183.27 | 0.82 | 0.74 |
| Hex | 85 | ED | F3 | 2D | 2 | 0 | 5 | B7 | 52 | 4A |
| Octal | 205 | 355 | 363 | 55 | 2 | 0 | 5 | 267 | 122 | 112 |
| Binary | 10000101 | 11101101 | 11110011 | 101101 | 10 | 0 | 101 | 10110111 | 1010010 | 1001010 |
Color Harmonies of #85EDF3
Complementary color
Monochromatic Colors of #85EDF3
Black with #85EDF3
Text Example
Text Example
White with #85EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EDF3; }
p { color: rgb(133,237,243); }
H1.HeaderClassName
{
color: #85EDF3;
}
.AnyTagClassName
{
color: #85EDF3;
}
</style>
background-color css
<style>
a { background-color: #85EDF3; }
a { background-color: rgb(133,237,243); }
div.DivClassName
{
background-color: #85EDF3;
}
.BgClassName
{
background-color: #85EDF3;
}
</style>
border-color css
<style>
span { border-color: #85EDF3; }
span { border-color: rgb(133,237,243); }
td.TdClassName
{
border-color: #85EDF3;
}
.TagClassName
{
border-color: #85EDF3;
}
</style>