Html Css Color HEX #7AFDFF Electric Blue

📋 copy color: '#7AFDFF'

red 122 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #7AFDFF

Tints of Electric Blue #7AFDFF

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 122 253 255 -
CMYK 0.52 0.01 0 0
HSL 180.9º 1% 0.74% -
HSV(B) 180.9º 0.52% 1% -
XYZ 61.2 81.61 107.13 -
YUV 214.06 151.1 62.34 -
System Red Green Blue C M Y K H S L
Decimal 122 253 255 0.52 0.01 0 0 180.9 1 0.74
Hex 7A FD FF 34 1 0 0 B5 64 4A
Octal 172 375 377 64 1 0 0 265 144 112
Binary 1111010 11111101 11111111 110100 1 0 0 10110101 1100100 1001010

Color Harmonies of #7AFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFDFF

Black with #7AFDFF

Text Example


Text Example

White with #7AFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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