Html Css Color HEX #7AF0F8 Electric Blue

📋 copy color: '#7AF0F8'

red 122 ◦ green 240 ◦ blue 248

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

Shades of Electric Blue #7AF0F8

Tints of Electric Blue #7AF0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.66%

R = 20%
G = 39.34%
B = 40.66%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7AF0F8 (or 0x7AF0F8) is known color: Electric Blue. HEX triplet: 7A, F0 and F8. RGB value is (122,240,248). Sum of RGB (Red+Green+Blue) = 122+240+248=610 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AF0F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF0F8 is #850F07. Grayscale: #CDCDCD. Windows color (decimal): -8720136 or 16314490. OLE color: 16314490.

HSL color Cylindrical-coordinate representation of color #7AF0F8: hue angle of 183.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF0F8 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 240 248 -
CMYK 0.51 0.03 0 0.03
HSL 183.81º 0.9% 0.73% -
HSV(B) 183.81º 0.51% 0.97% -
XYZ 56.13 73.24 99.98 -
YUV 205.63 151.91 68.35 -
System Red Green Blue C M Y K H S L
Decimal 122 240 248 0.51 0.03 0 0.03 183.81 0.9 0.73
Hex 7A F0 F8 33 3 0 3 B8 5A 49
Octal 172 360 370 63 3 0 3 270 132 111
Binary 1111010 11110000 11111000 110011 11 0 11 10111000 1011010 1001001

Color Harmonies of #7AF0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF0F8

Black with #7AF0F8

Text Example


Text Example

White with #7AF0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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