#83EBFE

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

Shades of Electric Blue #83EBFE

Tints of Electric Blue #83EBFE

Color information

#83EBFE (or 0x83EBFE) is unknown color: approx Electric Blue. HEX triplet: 83, EB and FE. RGB value is (131,235,254). Sum of RGB (Red+Green+Blue) = 131+235+254=620 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.13% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #83EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EBFE is #7C1401. Grayscale: #CDCDCD. Windows color (decimal): -8131586 or 16706435. OLE color: 16706435.

HSL color Cylindrical-coordinate representation of color #83EBFE: hue angle of 189.27º 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 #83EBFE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131235254-
CMYK0.480.0700.00
HSL189.27º98.4%75.49%-
HSV(B)189.27º48.43%99.61%-
XYZ56.9671.4104.55-
YUV206.07155.0474.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.13%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=21.13%
G=37.90%
B=40.97%

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
Decimal1312352540.480.0700.00189.2798.475.49
Hex83EBFE30700bd624b
Octal20335337660700275142113
Binary100000111110101111111110110000111001011110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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