#7AFFF8

Color #7AFFF8 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7AFFF8

Tints of Electric Blue #7AFFF8

Color information

#7AFFF8 (or 0x7AFFF8) is unknown color: approx Electric Blue. HEX triplet: 7A, FF and F8. RGB value is (122,255,248). Sum of RGB (Red+Green+Blue) = 122+255+248=625 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.52% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFF8 is #850007. Grayscale: #D6D6D6. Windows color (decimal): -8716296 or 16318330. OLE color: 16318330.

HSL color Cylindrical-coordinate representation of color #7AFFF8: hue angle of 176.84º 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 #7AFFF8 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB122255248-
CMYK0.5200.030
HSL176.84º100%73.92%-
HSV(B)176.84º52.16%100%-
XYZ60.7382.43101.52-
YUV214.44146.9462.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 19.52%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=19.52%
G=40.8%
B=39.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552480.5200.030176.8410073.92
Hex7AFFF834030b1644a
Octal17237737064030261144112
Binary1111010111111111111100011010001101011000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AFFF8; }

 p { color: rgb(122,255,248); }

 H1.HeaderClassName
 {
   color: #7AFFF8;
 }
 .AnyTagClassName
 {
   color: #7AFFF8;
 }
</style>
background-color css

<style>
 a { background-color: #7AFFF8; }

 a { background-color: rgb(122,255,248); }

 div.DivClassName
 {
   background-color: #7AFFF8;
 }
 .BgClassName
 {
   background-color: #7AFFF8;
 }
</style>
border-color css

<style>
 span { border-color: #7AFFF8; }

 span { border-color: rgb(122,255,248); }

 td.TdClassName
 {
   border-color: #7AFFF8;
 }
 .TagClassName
 {
   border-color: #7AFFF8;
 }
</style>