#7DFBFE

Color #7DFBFE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7DFBFE

Tints of Electric Blue #7DFBFE

Color information

#7DFBFE (or 0x7DFBFE) is unknown color: approx Electric Blue. HEX triplet: 7D, FB and FE. RGB value is (125,251,254). Sum of RGB (Red+Green+Blue) = 125+251+254=630 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.84% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFBFE is #820401. Grayscale: #D5D5D5. Windows color (decimal): -8520706 or 16710525. OLE color: 16710525.

HSL color Cylindrical-coordinate representation of color #7DFBFE: hue angle of 181.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFBFE is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125251254-
CMYK0.510.0100.00
HSL181.4º98.47%74.31%-
HSV(B)181.4º50.79%99.61%-
XYZ60.8480.51106.1-
YUV213.67150.7664.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 19.84%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=19.84%
G=39.84%
B=40.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252512540.510.0100.00181.498.4774.31
Hex7DFBFE33100b5624a
Octal17537337663100265142112
Binary111110111111011111111101100111001011010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DFBFE;
 }
 .AnyTagClassName
 {
   color: #7DFBFE;
 }
</style>
background-color css

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

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

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

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

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

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