#7AF4FB

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

Shades of Electric Blue #7AF4FB

Tints of Electric Blue #7AF4FB

Color information

#7AF4FB (or 0x7AF4FB) is unknown color: approx Electric Blue. HEX triplet: 7A, F4 and FB. RGB value is (122,244,251). Sum of RGB (Red+Green+Blue) = 122+244+251=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AF4FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF4FB is #850B04. Grayscale: #D0D0D0. Windows color (decimal): -8719109 or 16512122. OLE color: 16512122.

HSL color Cylindrical-coordinate representation of color #7AF4FB: hue angle of 183.26º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF4FB is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122244251-
CMYK0.510.0300.02
HSL183.26º94.16%73.14%-
HSV(B)183.26º51.39%98.43%-
XYZ57.7975.8102.85-
YUV208.32152.0866.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.77%
GREEN value IS 244 (95.70% from 255) = 39.55%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=19.77%
G=39.55%
B=40.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222442510.510.0300.02183.2694.1673.14
Hex7AF4FB33302b75e49
Octal17236437363302267136111
Binary11110101111010011111011110011110101011011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,244,251); }

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

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

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

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

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

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

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