Html Css Color HEX #7AF8EC Electric Blue

📋 copy color: '#7AF8EC'

red 122 ◦ green 248 ◦ blue 236

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

Shades of Electric Blue #7AF8EC

Tints of Electric Blue #7AF8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 20.13%
G = 40.92%
B = 38.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#7AF8EC (or 0x7AF8EC) is known color: Electric Blue. HEX triplet: 7A, F8 and EC. RGB value is (122,248,236). Sum of RGB (Red+Green+Blue) = 122+248+236=606 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.13% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8EC is #850713. Grayscale: #D0D0D0. Windows color (decimal): -8718100 or 15530106. OLE color: 15530106.

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

Color convert

RGB 122 248 236 -
CMYK 0.51 0 0.05 0.03
HSL 174.29º 0.9% 0.73% -
HSV(B) 174.29º 0.51% 0.97% -
XYZ 56.73 77.33 91.29 -
YUV 208.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 122 248 236 0.51 0 0.05 0.03 174.29 0.9 0.73
Hex 7A F8 EC 33 0 5 3 AE 5A 49
Octal 172 370 354 63 0 5 3 256 132 111
Binary 1111010 11111000 11101100 110011 0 101 11 10101110 1011010 1001001

Color Harmonies of #7AF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8EC

Black with #7AF8EC

Text Example


Text Example

White with #7AF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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