#83F9FE

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

Shades of Electric Blue #83F9FE

Tints of Electric Blue #83F9FE

Color information

#83F9FE (or 0x83F9FE) is unknown color: approx Electric Blue. HEX triplet: 83, F9 and FE. RGB value is (131,249,254). Sum of RGB (Red+Green+Blue) = 131+249+254=634 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.66% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9FE is #7C0601. Grayscale: #D6D6D6. Windows color (decimal): -8128002 or 16710019. OLE color: 16710019.

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

Color convert

RGB131249254-
CMYK0.480.0200.00
HSL182.44º98.4%75.49%-
HSV(B)182.44º48.43%99.61%-
XYZ61.1379.73105.93-
YUV214.29150.4168.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.66%
GREEN value IS 249 (97.66% from 255) = 39.27%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=20.66%
G=39.27%
B=40.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312492540.480.0200.00182.4498.475.49
Hex83F9FE30200b6624b
Octal20337137660200266142113
Binary10000011111110011111111011000010001011011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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