Html Css Color HEX #7AFDFE Electric Blue

📋 copy color: '#7AFDFE'

red 122 ◦ green 253 ◦ blue 254

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

Shades of Electric Blue #7AFDFE

Tints of Electric Blue #7AFDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.22%

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

R = 19.4%
G = 40.22%
B = 40.38%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AFDFE (or 0x7AFDFE) is known color: Electric Blue. HEX triplet: 7A, FD and FE. RGB value is (122,253,254). Sum of RGB (Red+Green+Blue) = 122+253+254=629 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.40% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFDFE is #850201. Grayscale: #D5D5D5. Windows color (decimal): -8716802 or 16711034. OLE color: 16711034.

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

Color convert

RGB 122 253 254 -
CMYK 0.52 0.00 0 0.00
HSL 180.45º 0.99% 0.74% -
HSV(B) 180.45º 0.52% 1% -
XYZ 61.04 81.54 106.29 -
YUV 213.95 150.6 62.42 -
System Red Green Blue C M Y K H S L
Decimal 122 253 254 0.52 0.00 0 0.00 180.45 0.99 0.74
Hex 7A FD FE 34 0 0 0 B4 63 4A
Octal 172 375 376 64 0 0 0 264 143 112
Binary 1111010 11111101 11111110 110100 0 0 0 10110100 1100011 1001010

Color Harmonies of #7AFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFDFE

Black with #7AFDFE

Text Example


Text Example

White with #7AFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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