Shades of Electric Blue #83FDEF
Tints of Electric Blue #83FDEF
RGB
CMYK
RGB Variations
Color information
#83FDEF (or 0x83FDEF) is known color: Electric Blue. HEX triplet: 83, FD and EF. RGB value is (131,253,239). Sum of RGB (Red+Green+Blue) = 131+253+239=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #83FDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FDEF is #7C0210. Grayscale: #D6D6D6. Windows color (decimal): -8126993 or 15728003. OLE color: 15728003.
HSL color Cylindrical-coordinate representation of color #83FDEF: hue angle of 173.11º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FDEF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 253 | 239 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.01 |
| HSL | 173.11º | 0.97% | 0.75% | - |
| HSV(B) | 173.11º | 0.48% | 0.99% | - |
| XYZ | 60.07 | 81.31 | 94.19 | - |
| YUV | 214.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 253 | 239 | 0.48 | 0 | 0.06 | 0.01 | 173.11 | 0.97 | 0.75 |
| Hex | 83 | FD | EF | 30 | 0 | 6 | 1 | AD | 61 | 4B |
| Octal | 203 | 375 | 357 | 60 | 0 | 6 | 1 | 255 | 141 | 113 |
| Binary | 10000011 | 11111101 | 11101111 | 110000 | 0 | 110 | 1 | 10101101 | 1100001 | 1001011 |
Color Harmonies of #83FDEF
Complementary color
Monochromatic Colors of #83FDEF
Black with #83FDEF
Text Example
Text Example
White with #83FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FDEF; }
p { color: rgb(131,253,239); }
H1.HeaderClassName
{
color: #83FDEF;
}
.AnyTagClassName
{
color: #83FDEF;
}
</style>
background-color css
<style>
a { background-color: #83FDEF; }
a { background-color: rgb(131,253,239); }
div.DivClassName
{
background-color: #83FDEF;
}
.BgClassName
{
background-color: #83FDEF;
}
</style>
border-color css
<style>
span { border-color: #83FDEF; }
span { border-color: rgb(131,253,239); }
td.TdClassName
{
border-color: #83FDEF;
}
.TagClassName
{
border-color: #83FDEF;
}
</style>