Shades of Electric Blue #83F9FF
Tints of Electric Blue #83F9FF
RGB
CMYK
RGB Variations
Color information
#83F9FF (or 0x83F9FF) is known color: Electric Blue. HEX triplet: 83, F9 and FF. RGB value is (131,249,255). Sum of RGB (Red+Green+Blue) = 131+249+255=635 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.63% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #83F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9FF is #7C0600. Grayscale: #D6D6D6. Windows color (decimal): -8128001 or 16775555. OLE color: 16775555.
HSL color Cylindrical-coordinate representation of color #83F9FF: hue angle of 182.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83F9FF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 249 | 255 | - |
| CMYK | 0.49 | 0.02 | 0 | 0 |
| HSL | 182.9º | 1% | 0.76% | - |
| HSV(B) | 182.9º | 0.49% | 1% | - |
| XYZ | 61.29 | 79.8 | 106.78 | - |
| YUV | 214.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 255 | 0.49 | 0.02 | 0 | 0 | 182.9 | 1 | 0.76 |
| Hex | 83 | F9 | FF | 31 | 2 | 0 | 0 | B7 | 64 | 4C |
| Octal | 203 | 371 | 377 | 61 | 2 | 0 | 0 | 267 | 144 | 114 |
| Binary | 10000011 | 11111001 | 11111111 | 110001 | 10 | 0 | 0 | 10110111 | 1100100 | 1001100 |
Color Harmonies of #83F9FF
Complementary color
Monochromatic Colors of #83F9FF
Black with #83F9FF
Text Example
Text Example
White with #83F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9FF; }
p { color: rgb(131,249,255); }
H1.HeaderClassName
{
color: #83F9FF;
}
.AnyTagClassName
{
color: #83F9FF;
}
</style>
background-color css
<style>
a { background-color: #83F9FF; }
a { background-color: rgb(131,249,255); }
div.DivClassName
{
background-color: #83F9FF;
}
.BgClassName
{
background-color: #83F9FF;
}
</style>
border-color css
<style>
span { border-color: #83F9FF; }
span { border-color: rgb(131,249,255); }
td.TdClassName
{
border-color: #83F9FF;
}
.TagClassName
{
border-color: #83F9FF;
}
</style>