Html Css Color HEX #7AF2FE Electric Blue

📋 copy color: '#7AF2FE'

red 122 ◦ green 242 ◦ blue 254

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

Shades of Electric Blue #7AF2FE

Tints of Electric Blue #7AF2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

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

R = 19.74%
G = 39.16%
B = 41.1%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AF2FE (or 0x7AF2FE) is known color: Electric Blue. HEX triplet: 7A, F2 and FE. RGB value is (122,242,254). Sum of RGB (Red+Green+Blue) = 122+242+254=618 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.74% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2FE is #850D01. Grayscale: #CFCFCF. Windows color (decimal): -8719618 or 16708218. OLE color: 16708218.

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

Color convert

RGB 122 242 254 -
CMYK 0.52 0.05 0 0.00
HSL 185.45º 0.99% 0.74% -
HSV(B) 185.45º 0.52% 1% -
XYZ 57.67 74.8 105.16 -
YUV 207.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 122 242 254 0.52 0.05 0 0.00 185.45 0.99 0.74
Hex 7A F2 FE 34 5 0 0 B9 63 4A
Octal 172 362 376 64 5 0 0 271 143 112
Binary 1111010 11110010 11111110 110100 101 0 0 10111001 1100011 1001010

Color Harmonies of #7AF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF2FE

Black with #7AF2FE

Text Example


Text Example

White with #7AF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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