Html Css Color HEX #7AF8F7 Electric Blue

📋 copy color: '#7AF8F7'

red 122 ◦ green 248 ◦ blue 247

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

Shades of Electric Blue #7AF8F7

Tints of Electric Blue #7AF8F7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.19%

 BLUE value IS 247 (96.88% from 255) = 40.03%

R = 19.77%
G = 40.19%
B = 40.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#7AF8F7 (or 0x7AF8F7) is known color: Electric Blue. HEX triplet: 7A, F8 and F7. RGB value is (122,248,247). Sum of RGB (Red+Green+Blue) = 122+248+247=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8F7 is #850708. Grayscale: #D2D2D2. Windows color (decimal): -8718089 or 16251002. OLE color: 16251002.

HSL color Cylindrical-coordinate representation of color #7AF8F7: hue angle of 179.52º 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 #7AF8F7 is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 248 247 -
CMYK 0.51 0 0.00 0.03
HSL 179.52º 0.9% 0.73% -
HSV(B) 179.52º 0.51% 0.97% -
XYZ 58.38 77.99 99.97 -
YUV 210.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 122 248 247 0.51 0 0.00 0.03 179.52 0.9 0.73
Hex 7A F8 F7 33 0 0 3 B4 5A 49
Octal 172 370 367 63 0 0 3 264 132 111
Binary 1111010 11111000 11110111 110011 0 0 11 10110100 1011010 1001001

Color Harmonies of #7AF8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8F7

Black with #7AF8F7

Text Example


Text Example

White with #7AF8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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