Html Css Color HEX #7AFEFE Electric Blue

📋 copy color: '#7AFEFE'

red 122 ◦ green 254 ◦ blue 254

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

Shades of Electric Blue #7AFEFE

Tints of Electric Blue #7AFEFE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

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

R = 19.37%
G = 40.32%
B = 40.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AFEFE (or 0x7AFEFE) is known color: Electric Blue. HEX triplet: 7A, FE and FE. RGB value is (122,254,254). Sum of RGB (Red+Green+Blue) = 122+254+254=630 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.37% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #7AFEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEFE is #850101. Grayscale: #D6D6D6. Windows color (decimal): -8716546 or 16711290. OLE color: 16711290.

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

Color convert

RGB 122 254 254 -
CMYK 0.52 0 0 0.00
HSL 180º 0.99% 0.74% -
HSV(B) 180º 0.52% 1% -
XYZ 61.36 82.18 106.39 -
YUV 214.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 122 254 254 0.52 0 0 0.00 180 0.99 0.74
Hex 7A FE FE 34 0 0 0 B4 63 4A
Octal 172 376 376 64 0 0 0 264 143 112
Binary 1111010 11111110 11111110 110100 0 0 0 10110100 1100011 1001010

Color Harmonies of #7AFEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFEFE

Black with #7AFEFE

Text Example


Text Example

White with #7AFEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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