#83F9EF

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

Shades of Electric Blue #83F9EF

Tints of Electric Blue #83F9EF

Color information

#83F9EF (or 0x83F9EF) is unknown color: approx Electric Blue. HEX triplet: 83, F9 and EF. RGB value is (131,249,239). Sum of RGB (Red+Green+Blue) = 131+249+239=619 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.16% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9EF is #7C0610. Grayscale: #D4D4D4. Windows color (decimal): -8128017 or 15726979. OLE color: 15726979.

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

Color convert

RGB131249239-
CMYK0.4700.040.02
HSL174.92º90.77%74.51%-
HSV(B)174.92º47.39%97.65%-
XYZ58.8278.8193.77-
YUV212.58142.9169.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.16%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=21.16%
G=40.23%
B=38.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312492390.4700.040.02174.9290.7774.51
Hex83F9EF2F042af5b4b
Octal20337135757042257133113
Binary1000001111111001111011111011110100101010111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,249,239); }

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

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

 a { background-color: rgb(131,249,239); }

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

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

 span { border-color: rgb(131,249,239); }

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