Html Css Color HEX #7AF7FE Electric Blue

📋 copy color: '#7AF7FE'

red 122 ◦ green 247 ◦ blue 254

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

Shades of Electric Blue #7AF7FE

Tints of Electric Blue #7AF7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.65%

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

R = 19.58%
G = 39.65%
B = 40.77%

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

#7AF7FE (or 0x7AF7FE) is known color: Electric Blue. HEX triplet: 7A, F7 and FE. RGB value is (122,247,254). Sum of RGB (Red+Green+Blue) = 122+247+254=623 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.58% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7FE is #850801. Grayscale: #D2D2D2. Windows color (decimal): -8718338 or 16709498. OLE color: 16709498.

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

Color convert

RGB 122 247 254 -
CMYK 0.52 0.03 0 0.00
HSL 183.18º 0.99% 0.74% -
HSV(B) 183.18º 0.52% 1% -
XYZ 59.18 77.81 105.67 -
YUV 210.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 122 247 254 0.52 0.03 0 0.00 183.18 0.99 0.74
Hex 7A F7 FE 34 3 0 0 B7 63 4A
Octal 172 367 376 64 3 0 0 267 143 112
Binary 1111010 11110111 11111110 110100 11 0 0 10110111 1100011 1001010

Color Harmonies of #7AF7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF7FE

Black with #7AF7FE

Text Example


Text Example

White with #7AF7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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