Shades of Electric Blue #7AF2F8
Tints of Electric Blue #7AF2F8
RGB
CMYK
RGB Variations
Color information
#7AF2F8 (or 0x7AF2F8) is known color: Electric Blue. HEX triplet: 7A, F2 and F8. RGB value is (122,242,248). Sum of RGB (Red+Green+Blue) = 122+242+248=612 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.93% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AF2F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2F8 is #850D07. Grayscale: #CECECE. Windows color (decimal): -8719624 or 16315002. OLE color: 16315002.
HSL color Cylindrical-coordinate representation of color #7AF2F8: hue angle of 182.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF2F8 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 242 | 248 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.03 |
| HSL | 182.86º | 0.9% | 0.73% | - |
| HSV(B) | 182.86º | 0.51% | 0.97% | - |
| XYZ | 56.72 | 74.42 | 100.18 | - |
| YUV | 206.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 248 | 0.51 | 0.02 | 0 | 0.03 | 182.86 | 0.9 | 0.73 |
| Hex | 7A | F2 | F8 | 33 | 2 | 0 | 3 | B7 | 5A | 49 |
| Octal | 172 | 362 | 370 | 63 | 2 | 0 | 3 | 267 | 132 | 111 |
| Binary | 1111010 | 11110010 | 11111000 | 110011 | 10 | 0 | 11 | 10110111 | 1011010 | 1001001 |
Color Harmonies of #7AF2F8
Complementary color
Monochromatic Colors of #7AF2F8
Black with #7AF2F8
Text Example
Text Example
White with #7AF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2F8; }
p { color: rgb(122,242,248); }
H1.HeaderClassName
{
color: #7AF2F8;
}
.AnyTagClassName
{
color: #7AF2F8;
}
</style>
background-color css
<style>
a { background-color: #7AF2F8; }
a { background-color: rgb(122,242,248); }
div.DivClassName
{
background-color: #7AF2F8;
}
.BgClassName
{
background-color: #7AF2F8;
}
</style>
border-color css
<style>
span { border-color: #7AF2F8; }
span { border-color: rgb(122,242,248); }
td.TdClassName
{
border-color: #7AF2F8;
}
.TagClassName
{
border-color: #7AF2F8;
}
</style>