#83FDFE

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

Shades of Electric Blue #83FDFE

Tints of Electric Blue #83FDFE

Color information

#83FDFE (or 0x83FDFE) is unknown color: approx Electric Blue. HEX triplet: 83, FD and FE. RGB value is (131,253,254). Sum of RGB (Red+Green+Blue) = 131+253+254=638 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.53% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #83FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FDFE is #7C0201. Grayscale: #D8D8D8. Windows color (decimal): -8126978 or 16711043. OLE color: 16711043.

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

Color convert

RGB131253254-
CMYK0.480.0000.00
HSL180.49º98.4%75.49%-
HSV(B)180.49º48.43%99.61%-
XYZ62.3782.23106.35-
YUV216.64149.0866.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.53%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=20.53%
G=39.66%
B=39.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312532540.480.0000.00180.4998.475.49
Hex83FDFE30000b4624b
Octal20337537660000264142113
Binary1000001111111101111111101100000001011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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