Shades of Electric Blue #83EDF4
Tints of Electric Blue #83EDF4
RGB
CMYK
RGB Variations
Color information
#83EDF4 (or 0x83EDF4) is known color: Electric Blue. HEX triplet: 83, ED and F4. RGB value is (131,237,244). Sum of RGB (Red+Green+Blue) = 131+237+244=612 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.41% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #83EDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EDF4 is #7C120B. Grayscale: #CDCDCD. Windows color (decimal): -8131084 or 16051587. OLE color: 16051587.
HSL color Cylindrical-coordinate representation of color #83EDF4: hue angle of 183.72º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83EDF4 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 237 | 244 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.04 |
| HSL | 183.72º | 0.84% | 0.74% | - |
| HSV(B) | 183.72º | 0.46% | 0.96% | - |
| XYZ | 55.97 | 71.93 | 96.52 | - |
| YUV | 206.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 244 | 0.46 | 0.03 | 0 | 0.04 | 183.72 | 0.84 | 0.74 |
| Hex | 83 | ED | F4 | 2E | 3 | 0 | 4 | B8 | 54 | 4A |
| Octal | 203 | 355 | 364 | 56 | 3 | 0 | 4 | 270 | 124 | 112 |
| Binary | 10000011 | 11101101 | 11110100 | 101110 | 11 | 0 | 100 | 10111000 | 1010100 | 1001010 |
Color Harmonies of #83EDF4
Complementary color
Monochromatic Colors of #83EDF4
Black with #83EDF4
Text Example
Text Example
White with #83EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDF4; }
p { color: rgb(131,237,244); }
H1.HeaderClassName
{
color: #83EDF4;
}
.AnyTagClassName
{
color: #83EDF4;
}
</style>
background-color css
<style>
a { background-color: #83EDF4; }
a { background-color: rgb(131,237,244); }
div.DivClassName
{
background-color: #83EDF4;
}
.BgClassName
{
background-color: #83EDF4;
}
</style>
border-color css
<style>
span { border-color: #83EDF4; }
span { border-color: rgb(131,237,244); }
td.TdClassName
{
border-color: #83EDF4;
}
.TagClassName
{
border-color: #83EDF4;
}
</style>