#83FBF7

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

Shades of Electric Blue #83FBF7

Tints of Electric Blue #83FBF7

Color information

#83FBF7 (or 0x83FBF7) is unknown color: approx Electric Blue. HEX triplet: 83, FB and F7. RGB value is (131,251,247). Sum of RGB (Red+Green+Blue) = 131+251+247=629 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.83% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FBF7 is #7C0408. Grayscale: #D6D6D6. Windows color (decimal): -8127497 or 16251779. OLE color: 16251779.

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

Color convert

RGB131251247-
CMYK0.4800.020.02
HSL178º93.75%74.9%-
HSV(B)178º47.81%98.43%-
XYZ60.6580.54100.34-
YUV214.66146.2468.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.83%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=20.83%
G=39.90%
B=39.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312512470.4800.020.0217893.7574.9
Hex83FBF730022b25e4b
Octal20337336760022262136113
Binary100000111111101111110111110000010101011001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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