#83F9F8

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

Shades of Electric Blue #83F9F8

Tints of Electric Blue #83F9F8

Color information

#83F9F8 (or 0x83F9F8) is unknown color: approx Electric Blue. HEX triplet: 83, F9 and F8. RGB value is (131,249,248). Sum of RGB (Red+Green+Blue) = 131+249+248=628 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.86% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9F8 is #7C0607. Grayscale: #D5D5D5. Windows color (decimal): -8128008 or 16316803. OLE color: 16316803.

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

Color convert

RGB131249248-
CMYK0.4700.000.02
HSL179.49º90.77%74.51%-
HSV(B)179.49º47.39%97.65%-
XYZ60.1879.35100.95-
YUV213.6147.4169.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.86%
GREEN value IS 249 (97.66% from 255) = 39.65%
BLUE value IS 248 (97.27% from 255) = 39.49%
R=20.86%
G=39.65%
B=39.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312492480.4700.000.02179.4990.7774.51
Hex83F9F82F002b35b4b
Octal20337137057002263133113
Binary10000011111110011111100010111100101011001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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