#83ECFE

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

Shades of Electric Blue #83ECFE

Tints of Electric Blue #83ECFE

Color information

#83ECFE (or 0x83ECFE) is unknown color: approx Electric Blue. HEX triplet: 83, EC and FE. RGB value is (131,236,254). Sum of RGB (Red+Green+Blue) = 131+236+254=621 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.10% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #83ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83ECFE is #7C1301. Grayscale: #CECECE. Windows color (decimal): -8131330 or 16706691. OLE color: 16706691.

HSL color Cylindrical-coordinate representation of color #83ECFE: hue angle of 188.78º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83ECFE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131236254-
CMYK0.480.0700.00
HSL188.78º98.4%75.49%-
HSV(B)188.78º48.43%99.61%-
XYZ57.2471.97104.64-
YUV206.66154.7174.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.10%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=21.10%
G=38.00%
B=40.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312362540.480.0700.00188.7898.475.49
Hex83ECFE30700bd624b
Octal20335437660700275142113
Binary100000111110110011111110110000111001011110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83ECFE; }

 p { color: rgb(131,236,254); }

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

<style>
 a { background-color: #83ECFE; }

 a { background-color: rgb(131,236,254); }

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

<style>
 span { border-color: #83ECFE; }

 span { border-color: rgb(131,236,254); }

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