Shades of Electric Blue #83F8FF
Tints of Electric Blue #83F8FF
RGB
CMYK
RGB Variations
Color information
#83F8FF (or 0x83F8FF) is known color: Electric Blue. HEX triplet: 83, F8 and FF. RGB value is (131,248,255). Sum of RGB (Red+Green+Blue) = 131+248+255=634 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.66% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #83F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F8FF is #7C0700. Grayscale: #D5D5D5. Windows color (decimal): -8128257 or 16775299. OLE color: 16775299.
HSL color Cylindrical-coordinate representation of color #83F8FF: hue angle of 183.39º 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 #83F8FF is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 248 | 255 | - |
| CMYK | 0.49 | 0.03 | 0 | 0 |
| HSL | 183.39º | 1% | 0.76% | - |
| HSV(B) | 183.39º | 0.49% | 1% | - |
| XYZ | 60.98 | 79.18 | 106.68 | - |
| YUV | 213.82 | 151.24 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 255 | 0.49 | 0.03 | 0 | 0 | 183.39 | 1 | 0.76 |
| Hex | 83 | F8 | FF | 31 | 3 | 0 | 0 | B7 | 64 | 4C |
| Octal | 203 | 370 | 377 | 61 | 3 | 0 | 0 | 267 | 144 | 114 |
| Binary | 10000011 | 11111000 | 11111111 | 110001 | 11 | 0 | 0 | 10110111 | 1100100 | 1001100 |
Color Harmonies of #83F8FF
Complementary color
Monochromatic Colors of #83F8FF
Black with #83F8FF
Text Example
Text Example
White with #83F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F8FF; }
p { color: rgb(131,248,255); }
H1.HeaderClassName
{
color: #83F8FF;
}
.AnyTagClassName
{
color: #83F8FF;
}
</style>
background-color css
<style>
a { background-color: #83F8FF; }
a { background-color: rgb(131,248,255); }
div.DivClassName
{
background-color: #83F8FF;
}
.BgClassName
{
background-color: #83F8FF;
}
</style>
border-color css
<style>
span { border-color: #83F8FF; }
span { border-color: rgb(131,248,255); }
td.TdClassName
{
border-color: #83F8FF;
}
.TagClassName
{
border-color: #83F8FF;
}
</style>