#7AFFFF

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

Shades of Electric Blue #7AFFFF

Tints of Electric Blue #7AFFFF

Color information

#7AFFFF (or 0x7AFFFF) is unknown color: approx Electric Blue. HEX triplet: 7A, FF and FF. RGB value is (122,255,255). Sum of RGB (Red+Green+Blue) = 122+255+255=632 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.30% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #7AFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFFF is #850000. Grayscale: #D7D7D7. Windows color (decimal): -8716289 or 16777082. OLE color: 16777082.

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

Color convert

RGB122255255-
CMYK0.52000
HSL180º100%73.92%-
HSV(B)180º52.16%100%-
XYZ61.8482.88107.35-
YUV215.23150.4461.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.30%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 255 (100% from 255) = 40.35%
R=19.30%
G=40.35%
B=40.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552550.5200018010073.92
Hex7AFFFF34000b4644a
Octal17237737764000264144112
Binary111101011111111111111111101000001011010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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