#7AF1FE

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

Shades of Electric Blue #7AF1FE

Tints of Electric Blue #7AF1FE

Color information

#7AF1FE (or 0x7AF1FE) is unknown color: approx Electric Blue. HEX triplet: 7A, F1 and FE. RGB value is (122,241,254). Sum of RGB (Red+Green+Blue) = 122+241+254=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF1FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF1FE is #850E01. Grayscale: #CECECE. Windows color (decimal): -8719874 or 16707962. OLE color: 16707962.

HSL color Cylindrical-coordinate representation of color #7AF1FE: hue angle of 185.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF1FE is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB122241254-
CMYK0.520.0500.00
HSL185.91º98.51%73.73%-
HSV(B)185.91º51.97%99.61%-
XYZ57.3774.2105.06-
YUV206.9154.5867.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.77%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=19.77%
G=39.06%
B=41.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1222412540.520.0500.00185.9198.5173.73
Hex7AF1FE34500ba634a
Octal17236137664500272143112
Binary11110101111000111111110110100101001011101011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,241,254); }

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

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

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

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

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

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

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