#83F8F4

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

Shades of Electric Blue #83F8F4

Tints of Electric Blue #83F8F4

Color information

#83F8F4 (or 0x83F8F4) is unknown color: approx Electric Blue. HEX triplet: 83, F8 and F4. RGB value is (131,248,244). Sum of RGB (Red+Green+Blue) = 131+248+244=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F8F4 is #7C070B. Grayscale: #D4D4D4. Windows color (decimal): -8128268 or 16054403. OLE color: 16054403.

HSL color Cylindrical-coordinate representation of color #83F8F4: hue angle of 177.95º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8F4 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB131248244-
CMYK0.4700.020.03
HSL177.95º89.31%74.31%-
HSV(B)177.95º47.18%97.25%-
XYZ59.2678.4997.62-
YUV212.56145.7469.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.03%
GREEN value IS 248 (97.27% from 255) = 39.81%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=21.03%
G=39.81%
B=39.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312482440.4700.020.03177.9589.3174.31
Hex83F8F42F023b2594a
Octal20337036457023262131112
Binary100000111111100011110100101111010111011001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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