Html Css Color HEX #7AF2F1 Electric Blue

📋 copy color: '#7AF2F1'

red 122 ◦ green 242 ◦ blue 241

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

Shades of Electric Blue #7AF2F1

Tints of Electric Blue #7AF2F1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40%

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

R = 20.17%
G = 40%
B = 39.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#7AF2F1 (or 0x7AF2F1) is known color: Electric Blue. HEX triplet: 7A, F2 and F1. RGB value is (122,242,241). Sum of RGB (Red+Green+Blue) = 122+242+241=605 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.17% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2F1 is #850D0E. Grayscale: #CDCDCD. Windows color (decimal): -8719631 or 15856250. OLE color: 15856250.

HSL color Cylindrical-coordinate representation of color #7AF2F1: hue angle of 179.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2F1 is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 241 -
CMYK 0.50 0 0.00 0.05
HSL 179.5º 0.82% 0.71% -
HSV(B) 179.5º 0.5% 0.95% -
XYZ 55.66 73.99 94.57 -
YUV 206.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 122 242 241 0.50 0 0.00 0.05 179.5 0.82 0.71
Hex 7A F2 F1 32 0 0 5 B4 52 47
Octal 172 362 361 62 0 0 5 264 122 107
Binary 1111010 11110010 11110001 110010 0 0 101 10110100 1010010 1000111

Color Harmonies of #7AF2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF2F1

Black with #7AF2F1

Text Example


Text Example

White with #7AF2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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