Html Css Color HEX #7AFFFD Electric Blue

📋 copy color: '#7AFFFD'

red 122 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #7AFFFD

Tints of Electric Blue #7AFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.48%

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 19.37%
G = 40.48%
B = 40.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#7AFFFD (or 0x7AFFFD) is known color: Electric Blue. HEX triplet: 7A, FF and FD. RGB value is (122,255,253). Sum of RGB (Red+Green+Blue) = 122+255+253=630 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.37% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFFD is #850002. Grayscale: #D6D6D6. Windows color (decimal): -8716291 or 16646010. OLE color: 16646010.

HSL color Cylindrical-coordinate representation of color #7AFFFD: hue angle of 179.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFFD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 122 255 253 -
CMYK 0.52 0 0.01 0
HSL 179.1º 1% 0.74% -
HSV(B) 179.1º 0.52% 1% -
XYZ 61.52 82.75 105.66 -
YUV 215.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 122 255 253 0.52 0 0.01 0 179.1 1 0.74
Hex 7A FF FD 34 0 1 0 B3 64 4A
Octal 172 377 375 64 0 1 0 263 144 112
Binary 1111010 11111111 11111101 110100 0 1 0 10110011 1100100 1001010

Color Harmonies of #7AFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFFFD

Black with #7AFFFD

Text Example


Text Example

White with #7AFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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