Html Css Color HEX #7AF6FE Electric Blue

📋 copy color: '#7AF6FE'

red 122 ◦ green 246 ◦ blue 254

#7AF6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7AF6FE

Tints of Electric Blue #7AF6FE

RGB

 RED value IS 122 (48.05% from 255) = 19.61%

 GREEN value IS 246 (96.48% from 255) = 39.55%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 19.61%
G = 39.55%
B = 40.84%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AF6FE (or 0x7AF6FE) is known color: Electric Blue. HEX triplet: 7A, F6 and FE. RGB value is (122,246,254). Sum of RGB (Red+Green+Blue) = 122+246+254=622 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.61% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF6FE is #850901. Grayscale: #D1D1D1. Windows color (decimal): -8718594 or 16709242. OLE color: 16709242.

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

Color convert

RGB 122 246 254 -
CMYK 0.52 0.03 0 0.00
HSL 183.64º 0.99% 0.74% -
HSV(B) 183.64º 0.52% 1% -
XYZ 58.87 77.2 105.57 -
YUV 209.84 152.92 65.35 -
System Red Green Blue C M Y K H S L
Decimal 122 246 254 0.52 0.03 0 0.00 183.64 0.99 0.74
Hex 7A F6 FE 34 3 0 0 B8 63 4A
Octal 172 366 376 64 3 0 0 270 143 112
Binary 1111010 11110110 11111110 110100 11 0 0 10111000 1100011 1001010

Color Harmonies of #7AF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF6FE

Black with #7AF6FE

Text Example


Text Example

White with #7AF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AF6FE;
 }
 .AnyTagClassName
 {
   color: #7AF6FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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