Shades of Electric Blue #83F4FF
Tints of Electric Blue #83F4FF
RGB
CMYK
RGB Variations
Color information
#83F4FF (or 0x83F4FF) is known color: Electric Blue. HEX triplet: 83, F4 and FF. RGB value is (131,244,255). Sum of RGB (Red+Green+Blue) = 131+244+255=630 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.79% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #83F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F4FF is #7C0B00. Grayscale: #D3D3D3. Windows color (decimal): -8129281 or 16774275. OLE color: 16774275.
HSL color Cylindrical-coordinate representation of color #83F4FF: hue angle of 185.32º 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 #83F4FF is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 244 | 255 | - |
| CMYK | 0.49 | 0.04 | 0 | 0 |
| HSL | 185.32º | 1% | 0.76% | - |
| HSV(B) | 185.32º | 0.49% | 1% | - |
| XYZ | 59.76 | 76.75 | 106.27 | - |
| YUV | 211.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 244 | 255 | 0.49 | 0.04 | 0 | 0 | 185.32 | 1 | 0.76 |
| Hex | 83 | F4 | FF | 31 | 4 | 0 | 0 | B9 | 64 | 4C |
| Octal | 203 | 364 | 377 | 61 | 4 | 0 | 0 | 271 | 144 | 114 |
| Binary | 10000011 | 11110100 | 11111111 | 110001 | 100 | 0 | 0 | 10111001 | 1100100 | 1001100 |
Color Harmonies of #83F4FF
Complementary color
Monochromatic Colors of #83F4FF
Black with #83F4FF
Text Example
Text Example
White with #83F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F4FF; }
p { color: rgb(131,244,255); }
H1.HeaderClassName
{
color: #83F4FF;
}
.AnyTagClassName
{
color: #83F4FF;
}
</style>
background-color css
<style>
a { background-color: #83F4FF; }
a { background-color: rgb(131,244,255); }
div.DivClassName
{
background-color: #83F4FF;
}
.BgClassName
{
background-color: #83F4FF;
}
</style>
border-color css
<style>
span { border-color: #83F4FF; }
span { border-color: rgb(131,244,255); }
td.TdClassName
{
border-color: #83F4FF;
}
.TagClassName
{
border-color: #83F4FF;
}
</style>