Html Css Color HEX #7AF0FF Electric Blue

📋 copy color: '#7AF0FF'

red 122 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #7AF0FF

Tints of Electric Blue #7AF0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.9%

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

R = 19.77%
G = 38.9%
B = 41.33%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AF0FF (or 0x7AF0FF) is known color: Electric Blue. HEX triplet: 7A, F0 and FF. RGB value is (122,240,255). Sum of RGB (Red+Green+Blue) = 122+240+255=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF0FF is #850F00. Grayscale: #CECECE. Windows color (decimal): -8720129 or 16773242. OLE color: 16773242.

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

Color convert

RGB 122 240 255 -
CMYK 0.52 0.06 0 0
HSL 186.77º 1% 0.74% -
HSV(B) 186.77º 0.52% 1% -
XYZ 57.24 73.68 105.81 -
YUV 206.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 122 240 255 0.52 0.06 0 0 186.77 1 0.74
Hex 7A F0 FF 34 6 0 0 BB 64 4A
Octal 172 360 377 64 6 0 0 273 144 112
Binary 1111010 11110000 11111111 110100 110 0 0 10111011 1100100 1001010

Color Harmonies of #7AF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF0FF

Black with #7AF0FF

Text Example


Text Example

White with #7AF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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