Shades of Electric Blue #83EAFF
Tints of Electric Blue #83EAFF
RGB
CMYK
RGB Variations
Color information
#83EAFF (or 0x83EAFF) is known color: Electric Blue. HEX triplet: 83, EA and FF. RGB value is (131,234,255). Sum of RGB (Red+Green+Blue) = 131+234+255=620 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.13% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #83EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EAFF is #7C1500. Grayscale: #CDCDCD. Windows color (decimal): -8131841 or 16771715. OLE color: 16771715.
HSL color Cylindrical-coordinate representation of color #83EAFF: hue angle of 190.16º 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 #83EAFF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 234 | 255 | - |
| CMYK | 0.49 | 0.08 | 0 | 0 |
| HSL | 190.16º | 1% | 0.76% | - |
| HSV(B) | 190.16º | 0.49% | 1% | - |
| XYZ | 56.83 | 70.89 | 105.3 | - |
| YUV | 205.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 255 | 0.49 | 0.08 | 0 | 0 | 190.16 | 1 | 0.76 |
| Hex | 83 | EA | FF | 31 | 8 | 0 | 0 | BE | 64 | 4C |
| Octal | 203 | 352 | 377 | 61 | 10 | 0 | 0 | 276 | 144 | 114 |
| Binary | 10000011 | 11101010 | 11111111 | 110001 | 1000 | 0 | 0 | 10111110 | 1100100 | 1001100 |
Color Harmonies of #83EAFF
Complementary color
Monochromatic Colors of #83EAFF
Black with #83EAFF
Text Example
Text Example
White with #83EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EAFF; }
p { color: rgb(131,234,255); }
H1.HeaderClassName
{
color: #83EAFF;
}
.AnyTagClassName
{
color: #83EAFF;
}
</style>
background-color css
<style>
a { background-color: #83EAFF; }
a { background-color: rgb(131,234,255); }
div.DivClassName
{
background-color: #83EAFF;
}
.BgClassName
{
background-color: #83EAFF;
}
</style>
border-color css
<style>
span { border-color: #83EAFF; }
span { border-color: rgb(131,234,255); }
td.TdClassName
{
border-color: #83EAFF;
}
.TagClassName
{
border-color: #83EAFF;
}
</style>