Html Css Color HEX #7DFAF1 Electric Blue

📋 copy color: '#7DFAF1'

red 125 ◦ green 250 ◦ blue 241

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

Shades of Electric Blue #7DFAF1

Tints of Electric Blue #7DFAF1

RGB

 RED value IS 125 (49.22% from 255) = 20.29%

 GREEN value IS 250 (98.05% from 255) = 40.58%

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

R = 20.29%
G = 40.58%
B = 39.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#7DFAF1 (or 0x7DFAF1) is known color: Electric Blue. HEX triplet: 7D, FA and F1. RGB value is (125,250,241). Sum of RGB (Red+Green+Blue) = 125+250+241=616 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.29% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFAF1 is #82050E. Grayscale: #D3D3D3. Windows color (decimal): -8520975 or 15858301. OLE color: 15858301.

HSL color Cylindrical-coordinate representation of color #7DFAF1: hue angle of 175.68º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFAF1 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 241 -
CMYK 0.50 0 0.04 0.02
HSL 175.68º 0.93% 0.74% -
HSV(B) 175.68º 0.5% 0.98% -
XYZ 58.52 79.08 95.4 -
YUV 211.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 125 250 241 0.50 0 0.04 0.02 175.68 0.93 0.74
Hex 7D FA F1 32 0 4 2 B0 5D 4A
Octal 175 372 361 62 0 4 2 260 135 112
Binary 1111101 11111010 11110001 110010 0 100 10 10110000 1011101 1001010

Color Harmonies of #7DFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFAF1

Black with #7DFAF1

Text Example


Text Example

White with #7DFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,250,241); }

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

background-color css

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

 a { background-color: rgb(125,250,241); }

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

border-color css

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

 span { border-color: rgb(125,250,241); }

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