Html Css Color HEX #7AF5FF Electric Blue

📋 copy color: '#7AF5FF'

red 122 ◦ green 245 ◦ blue 255

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

Shades of Electric Blue #7AF5FF

Tints of Electric Blue #7AF5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.39%

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

R = 19.61%
G = 39.39%
B = 41%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AF5FF (or 0x7AF5FF) is known color: Electric Blue. HEX triplet: 7A, F5 and FF. RGB value is (122,245,255). Sum of RGB (Red+Green+Blue) = 122+245+255=622 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.61% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AF5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF5FF is #850A00. Grayscale: #D1D1D1. Windows color (decimal): -8718849 or 16774522. OLE color: 16774522.

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

Color convert

RGB 122 245 255 -
CMYK 0.52 0.04 0 0
HSL 184.51º 1% 0.74% -
HSV(B) 184.51º 0.52% 1% -
XYZ 58.73 76.66 106.31 -
YUV 209.36 153.75 65.69 -
System Red Green Blue C M Y K H S L
Decimal 122 245 255 0.52 0.04 0 0 184.51 1 0.74
Hex 7A F5 FF 34 4 0 0 B9 64 4A
Octal 172 365 377 64 4 0 0 271 144 112
Binary 1111010 11110101 11111111 110100 100 0 0 10111001 1100100 1001010

Color Harmonies of #7AF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF5FF

Black with #7AF5FF

Text Example


Text Example

White with #7AF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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