#83F8FE

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

Shades of Electric Blue #83F8FE

Tints of Electric Blue #83F8FE

Color information

#83F8FE (or 0x83F8FE) is unknown color: approx Electric Blue. HEX triplet: 83, F8 and FE. RGB value is (131,248,254). Sum of RGB (Red+Green+Blue) = 131+248+254=633 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.70% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F8FE is #7C0701. Grayscale: #D5D5D5. Windows color (decimal): -8128258 or 16709763. OLE color: 16709763.

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

Color convert

RGB131248254-
CMYK0.480.0200.00
HSL182.93º98.4%75.49%-
HSV(B)182.93º48.43%99.61%-
XYZ60.8279.12105.83-
YUV213.7150.7469.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.70%
GREEN value IS 248 (97.27% from 255) = 39.18%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=20.70%
G=39.18%
B=40.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312482540.480.0200.00182.9398.475.49
Hex83F8FE30200b7624b
Octal20337037660200267142113
Binary10000011111110001111111011000010001011011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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