Shades of Electric Blue #7AFBED
Tints of Electric Blue #7AFBED
RGB
CMYK
RGB Variations
Color information
#7AFBED (or 0x7AFBED) is known color: Electric Blue. HEX triplet: 7A, FB and ED. RGB value is (122,251,237). Sum of RGB (Red+Green+Blue) = 122+251+237=610 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFBED is #850412. Grayscale: #D2D2D2. Windows color (decimal): -8717331 or 15596410. OLE color: 15596410.
HSL color Cylindrical-coordinate representation of color #7AFBED: hue angle of 173.49º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFBED is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 251 | 237 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.02 |
| HSL | 173.49º | 0.94% | 0.73% | - |
| HSV(B) | 173.49º | 0.51% | 0.98% | - |
| XYZ | 57.81 | 79.25 | 92.37 | - |
| YUV | 210.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 251 | 237 | 0.51 | 0 | 0.06 | 0.02 | 173.49 | 0.94 | 0.73 |
| Hex | 7A | FB | ED | 33 | 0 | 6 | 2 | AD | 5E | 49 |
| Octal | 172 | 373 | 355 | 63 | 0 | 6 | 2 | 255 | 136 | 111 |
| Binary | 1111010 | 11111011 | 11101101 | 110011 | 0 | 110 | 10 | 10101101 | 1011110 | 1001001 |
Color Harmonies of #7AFBED
Complementary color
Monochromatic Colors of #7AFBED
Black with #7AFBED
Text Example
Text Example
White with #7AFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFBED; }
p { color: rgb(122,251,237); }
H1.HeaderClassName
{
color: #7AFBED;
}
.AnyTagClassName
{
color: #7AFBED;
}
</style>
background-color css
<style>
a { background-color: #7AFBED; }
a { background-color: rgb(122,251,237); }
div.DivClassName
{
background-color: #7AFBED;
}
.BgClassName
{
background-color: #7AFBED;
}
</style>
border-color css
<style>
span { border-color: #7AFBED; }
span { border-color: rgb(122,251,237); }
td.TdClassName
{
border-color: #7AFBED;
}
.TagClassName
{
border-color: #7AFBED;
}
</style>