#83FAF8

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

Shades of Electric Blue #83FAF8

Tints of Electric Blue #83FAF8

Color information

#83FAF8 (or 0x83FAF8) is unknown color: approx Electric Blue. HEX triplet: 83, FA and F8. RGB value is (131,250,248). Sum of RGB (Red+Green+Blue) = 131+250+248=629 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.83% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAF8 is #7C0507. Grayscale: #D6D6D6. Windows color (decimal): -8127752 or 16317059. OLE color: 16317059.

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

Color convert

RGB131250248-
CMYK0.4800.010.02
HSL178.99º92.25%74.71%-
HSV(B)178.99º47.6%98.04%-
XYZ60.4979.97101.06-
YUV214.19147.0868.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.83%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 248 (97.27% from 255) = 39.43%
R=20.83%
G=39.75%
B=39.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312502480.4800.010.02178.9992.2574.71
Hex83FAF830012b35c4b
Octal20337237060012263134113
Binary10000011111110101111100011000001101011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,250,248); }

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

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

 a { background-color: rgb(131,250,248); }

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

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

 span { border-color: rgb(131,250,248); }

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