#83FEFF

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

Shades of Electric Blue #83FEFF

Tints of Electric Blue #83FEFF

Color information

#83FEFF (or 0x83FEFF) is unknown color: approx Electric Blue. HEX triplet: 83, FE and FF. RGB value is (131,254,255). Sum of RGB (Red+Green+Blue) = 131+254+255=640 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.47% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #83FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FEFF is #7C0100. Grayscale: #D9D9D9. Windows color (decimal): -8126721 or 16776835. OLE color: 16776835.

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

Color convert

RGB131254255-
CMYK0.490.0000
HSL180.48º100%75.69%-
HSV(B)180.48º48.63%100%-
XYZ62.8582.93107.3-
YUV217.34149.2566.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.47%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 255 (100% from 255) = 39.84%
R=20.47%
G=39.69%
B=39.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312542550.490.0000180.4810075.69
Hex83FEFF31000b4644c
Octal20337637761000264144114
Binary1000001111111110111111111100010001011010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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