#7AFCFF

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

Shades of Electric Blue #7AFCFF

Tints of Electric Blue #7AFCFF

Color information

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

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

Color convert

RGB122252255-
CMYK0.520.0100
HSL181.35º100%73.92%-
HSV(B)181.35º52.16%100%-
XYZ60.8980.98107.03-
YUV213.47151.4362.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222522550.520.0100181.3510073.92
Hex7AFCFF34100b5644a
Octal17237437764100265144112
Binary111101011111100111111111101001001011010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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