Shades of Electric Blue #7AF8FF
Tints of Electric Blue #7AF8FF
RGB
CMYK
RGB Variations
Color information
#7AF8FF (or 0x7AF8FF) is known color: Electric Blue. HEX triplet: 7A, F8 and FF. RGB value is (122,248,255). Sum of RGB (Red+Green+Blue) = 122+248+255=625 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.52% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AF8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8FF is #850700. Grayscale: #D2D2D2. Windows color (decimal): -8718081 or 16775290. OLE color: 16775290.
HSL color Cylindrical-coordinate representation of color #7AF8FF: hue angle of 183.16º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF8FF is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 248 | 255 | - |
| CMYK | 0.52 | 0.03 | 0 | 0 |
| HSL | 183.16º | 1% | 0.74% | - |
| HSV(B) | 183.16º | 0.52% | 1% | - |
| XYZ | 59.64 | 78.49 | 106.61 | - |
| YUV | 211.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 255 | 0.52 | 0.03 | 0 | 0 | 183.16 | 1 | 0.74 |
| Hex | 7A | F8 | FF | 34 | 3 | 0 | 0 | B7 | 64 | 4A |
| Octal | 172 | 370 | 377 | 64 | 3 | 0 | 0 | 267 | 144 | 112 |
| Binary | 1111010 | 11111000 | 11111111 | 110100 | 11 | 0 | 0 | 10110111 | 1100100 | 1001010 |
Color Harmonies of #7AF8FF
Complementary color
Monochromatic Colors of #7AF8FF
Black with #7AF8FF
Text Example
Text Example
White with #7AF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8FF; }
p { color: rgb(122,248,255); }
H1.HeaderClassName
{
color: #7AF8FF;
}
.AnyTagClassName
{
color: #7AF8FF;
}
</style>
background-color css
<style>
a { background-color: #7AF8FF; }
a { background-color: rgb(122,248,255); }
div.DivClassName
{
background-color: #7AF8FF;
}
.BgClassName
{
background-color: #7AF8FF;
}
</style>
border-color css
<style>
span { border-color: #7AF8FF; }
span { border-color: rgb(122,248,255); }
td.TdClassName
{
border-color: #7AF8FF;
}
.TagClassName
{
border-color: #7AF8FF;
}
</style>