#7AF7FC

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

Shades of Electric Blue #7AF7FC

Tints of Electric Blue #7AF7FC

Color information

#7AF7FC (or 0x7AF7FC) is unknown color: approx Electric Blue. HEX triplet: 7A, F7 and FC. RGB value is (122,247,252). Sum of RGB (Red+Green+Blue) = 122+247+252=621 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.65% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AF7FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7FC is #850803. Grayscale: #D2D2D2. Windows color (decimal): -8718340 or 16578426. OLE color: 16578426.

HSL color Cylindrical-coordinate representation of color #7AF7FC: hue angle of 182.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF7FC is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB122247252-
CMYK0.520.0200.01
HSL182.31º95.59%73.33%-
HSV(B)182.31º51.59%98.82%-
XYZ58.8677.69103.99-
YUV210.2151.5965.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.65%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=19.65%
G=39.77%
B=40.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222472520.520.0200.01182.3195.5973.33
Hex7AF7FC34201b66049
Octal17236737464201266140111
Binary1111010111101111111110011010010011011011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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