Html Css Color HEX #7DFAFB Electric Blue

📋 copy color: '#7DFAFB'

red 125 ◦ green 250 ◦ blue 251

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

Shades of Electric Blue #7DFAFB

Tints of Electric Blue #7DFAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.1%

R = 19.97%
G = 39.94%
B = 40.1%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DFAFB (or 0x7DFAFB) is known color: Electric Blue. HEX triplet: 7D, FA and FB. RGB value is (125,250,251). Sum of RGB (Red+Green+Blue) = 125+250+251=626 (82% of max value = 765). Red value is 125 (49.22% from 255 or 19.97% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DFAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFAFB is #820504. Grayscale: #D4D4D4. Windows color (decimal): -8520965 or 16513661. OLE color: 16513661.

HSL color Cylindrical-coordinate representation of color #7DFAFB: hue angle of 180.48º degrees, saturation: 0.94, 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 #7DFAFB is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 251 -
CMYK 0.50 0.00 0 0.02
HSL 180.48º 0.94% 0.74% -
HSV(B) 180.48º 0.5% 0.98% -
XYZ 60.06 79.7 103.48 -
YUV 212.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 125 250 251 0.50 0.00 0 0.02 180.48 0.94 0.74
Hex 7D FA FB 32 0 0 2 B4 5E 4A
Octal 175 372 373 62 0 0 2 264 136 112
Binary 1111101 11111010 11111011 110010 0 0 10 10110100 1011110 1001010

Color Harmonies of #7DFAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFAFB

Black with #7DFAFB

Text Example


Text Example

White with #7DFAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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