#83F1FB

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

Shades of Electric Blue #83F1FB

Tints of Electric Blue #83F1FB

Color information

#83F1FB (or 0x83F1FB) is unknown color: approx Electric Blue. HEX triplet: 83, F1 and FB. RGB value is (131,241,251). Sum of RGB (Red+Green+Blue) = 131+241+251=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #83F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F1FB is #7C0E04. Grayscale: #D1D1D1. Windows color (decimal): -8130053 or 16511363. OLE color: 16511363.

HSL color Cylindrical-coordinate representation of color #83F1FB: hue angle of 185º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83F1FB is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131241251-
CMYK0.480.0400.02
HSL185º93.75%74.9%-
HSV(B)185º47.81%98.43%-
XYZ58.2374.7102.62-
YUV209.25151.5672.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.03%
GREEN value IS 241 (94.53% from 255) = 38.68%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=21.03%
G=38.68%
B=40.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312412510.480.0400.0218593.7574.9
Hex83F1FB30402b95e4b
Octal20336137360402271136113
Binary1000001111110001111110111100001000101011100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,241,251); }

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

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

 a { background-color: rgb(131,241,251); }

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

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

 span { border-color: rgb(131,241,251); }

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