#7AF2FF

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

Shades of Electric Blue #7AF2FF

Tints of Electric Blue #7AF2FF

Color information

#7AF2FF (or 0x7AF2FF) is unknown color: approx Electric Blue. HEX triplet: 7A, F2 and FF. RGB value is (122,242,255). Sum of RGB (Red+Green+Blue) = 122+242+255=619 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.71% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AF2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2FF is #850D00. Grayscale: #CFCFCF. Windows color (decimal): -8719617 or 16773754. OLE color: 16773754.

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

Color convert

RGB122242255-
CMYK0.520.0500
HSL185.86º100%73.92%-
HSV(B)185.86º52.16%100%-
XYZ57.8374.86106.01-
YUV207.6154.7466.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.71%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 255 (100% from 255) = 41.20%
R=19.71%
G=39.10%
B=41.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222422550.520.0500185.8610073.92
Hex7AF2FF34500ba644a
Octal17236237764500272144112
Binary11110101111001011111111110100101001011101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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