#83F0FE

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

Shades of Electric Blue #83F0FE

Tints of Electric Blue #83F0FE

Color information

#83F0FE (or 0x83F0FE) is unknown color: approx Electric Blue. HEX triplet: 83, F0 and FE. RGB value is (131,240,254). Sum of RGB (Red+Green+Blue) = 131+240+254=625 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.96% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F0FE is #7C0F01. Grayscale: #D0D0D0. Windows color (decimal): -8130306 or 16707715. OLE color: 16707715.

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

Color convert

RGB131240254-
CMYK0.480.0600.00
HSL186.83º98.4%75.49%-
HSV(B)186.83º48.43%99.61%-
XYZ58.4174.3105.03-
YUV209153.3972.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.96%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=20.96%
G=38.4%
B=40.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312402540.480.0600.00186.8398.475.49
Hex83F0FE30600bb624b
Octal20336037660600273142113
Binary100000111111000011111110110000110001011101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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