Html Css Color HEX #7AF8F1 Electric Blue

📋 copy color: '#7AF8F1'

red 122 ◦ green 248 ◦ blue 241

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

Shades of Electric Blue #7AF8F1

Tints of Electric Blue #7AF8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.44%

R = 19.97%
G = 40.59%
B = 39.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#7AF8F1 (or 0x7AF8F1) is known color: Electric Blue. HEX triplet: 7A, F8 and F1. RGB value is (122,248,241). Sum of RGB (Red+Green+Blue) = 122+248+241=611 (80% of max value = 765). Red value is 122 (48.05% from 255 or 19.97% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8F1 is #85070E. Grayscale: #D1D1D1. Windows color (decimal): -8718095 or 15857786. OLE color: 15857786.

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

Color convert

RGB 122 248 241 -
CMYK 0.51 0 0.03 0.03
HSL 176.67º 0.9% 0.73% -
HSV(B) 176.67º 0.51% 0.97% -
XYZ 57.47 77.62 95.17 -
YUV 209.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 122 248 241 0.51 0 0.03 0.03 176.67 0.9 0.73
Hex 7A F8 F1 33 0 3 3 B1 5A 49
Octal 172 370 361 63 0 3 3 261 132 111
Binary 1111010 11111000 11110001 110011 0 11 11 10110001 1011010 1001001

Color Harmonies of #7AF8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8F1

Black with #7AF8F1

Text Example


Text Example

White with #7AF8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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