#7AFFFC

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

Shades of Electric Blue #7AFFFC

Tints of Electric Blue #7AFFFC

Color information

#7AFFFC (or 0x7AFFFC) is unknown color: approx Electric Blue. HEX triplet: 7A, FF and FC. RGB value is (122,255,252). Sum of RGB (Red+Green+Blue) = 122+255+252=629 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.40% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFFC is #850003. Grayscale: #D6D6D6. Windows color (decimal): -8716292 or 16580474. OLE color: 16580474.

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

Color convert

RGB122255252-
CMYK0.5200.010
HSL178.65º100%73.92%-
HSV(B)178.65º52.16%100%-
XYZ61.3682.69104.82-
YUV214.89148.9461.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.40%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=19.40%
G=40.54%
B=40.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552520.5200.010178.6510073.92
Hex7AFFFC34010b3644a
Octal17237737464010263144112
Binary111101011111111111111001101000101011001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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